Skip to content

Commit b1c866b

Browse files
Fixing test for extended public surface
1 parent 76f3477 commit b1c866b

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

source/Halibut.Tests/PublicSurfaceAreaFixture.ThePublicSurfaceAreaShouldNotRegress.NETCore.approved.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,4 +668,12 @@ public ProxyException(string message) { }
668668
public ProxyException(string message, Exception innerException) { }
669669
protected ProxyException(SerializationInfo info, StreamingContext context) { }
670670
}
671+
}
672+
namespace Halibut.Util
673+
{
674+
public static class TypeExtensionMethods
675+
{
676+
public static bool AllowedOnHalibutInterface(Type type) { }
677+
public static IEnumerable<MethodInfo> GetHalibutServiceMethods(Type serviceType) { }
678+
}
671679
}

source/Halibut.Tests/PublicSurfaceAreaFixture.ThePublicSurfaceAreaShouldNotRegress.NETFramework.approved.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,4 +675,12 @@ public ProxyException(string message) { }
675675
public ProxyException(string message, Exception innerException) { }
676676
protected ProxyException(SerializationInfo info, StreamingContext context) { }
677677
}
678+
}
679+
namespace Halibut.Util
680+
{
681+
public static class TypeExtensionMethods
682+
{
683+
public static bool AllowedOnHalibutInterface(Type type) { }
684+
public static IEnumerable<MethodInfo> GetHalibutServiceMethods(Type serviceType) { }
685+
}
678686
}

0 commit comments

Comments
 (0)