mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 20:30:41 +00:00
committed by
Ryan Gribble
parent
3c818934b8
commit
13d5dab516
@@ -1,7 +1,6 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Runtime.Serialization;
|
||||
|
||||
namespace Octokit.Tests.Conventions
|
||||
{
|
||||
@@ -15,10 +14,6 @@ namespace Octokit.Tests.Conventions
|
||||
: base(CreateMessage(type, clientInterface), innerException)
|
||||
{ }
|
||||
|
||||
protected InterfaceMethodsMismatchException(SerializationInfo info, StreamingContext context)
|
||||
: base(info, context)
|
||||
{ }
|
||||
|
||||
static string Format(ParameterInfo parameterInfo)
|
||||
{
|
||||
return string.Format("{0} {1}", parameterInfo.ParameterType.Name, parameterInfo.Name);
|
||||
|
||||
Reference in New Issue
Block a user