Skip to content

Commit 42dfbc7

Browse files
committed
Update ref/ contract files
1 parent 40b30ed commit 42dfbc7

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

ref/Castle.Core-net462.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2477,6 +2477,10 @@ public virtual void MethodsInspected() { }
24772477
public virtual void NonProxyableMemberNotification(System.Type type, System.Reflection.MemberInfo memberInfo) { }
24782478
public virtual bool ShouldInterceptMethod(System.Type type, System.Reflection.MethodInfo methodInfo) { }
24792479
}
2480+
public class CollectibleProxyBuilder : Castle.DynamicProxy.DefaultProxyBuilder
2481+
{
2482+
public CollectibleProxyBuilder() { }
2483+
}
24802484
public class CustomAttributeInfo : System.IEquatable<Castle.DynamicProxy.CustomAttributeInfo>
24812485
{
24822486
public CustomAttributeInfo(System.Reflection.ConstructorInfo constructor, object?[] constructorArgs) { }

ref/Castle.Core-net6.0.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2445,6 +2445,10 @@ public virtual void MethodsInspected() { }
24452445
public virtual void NonProxyableMemberNotification(System.Type type, System.Reflection.MemberInfo memberInfo) { }
24462446
public virtual bool ShouldInterceptMethod(System.Type type, System.Reflection.MethodInfo methodInfo) { }
24472447
}
2448+
public class CollectibleProxyBuilder : Castle.DynamicProxy.DefaultProxyBuilder
2449+
{
2450+
public CollectibleProxyBuilder() { }
2451+
}
24482452
public class CustomAttributeInfo : System.IEquatable<Castle.DynamicProxy.CustomAttributeInfo>
24492453
{
24502454
public CustomAttributeInfo(System.Reflection.ConstructorInfo constructor, object?[] constructorArgs) { }

ref/Castle.Core-netstandard2.0.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2443,6 +2443,10 @@ public virtual void MethodsInspected() { }
24432443
public virtual void NonProxyableMemberNotification(System.Type type, System.Reflection.MemberInfo memberInfo) { }
24442444
public virtual bool ShouldInterceptMethod(System.Type type, System.Reflection.MethodInfo methodInfo) { }
24452445
}
2446+
public class CollectibleProxyBuilder : Castle.DynamicProxy.DefaultProxyBuilder
2447+
{
2448+
public CollectibleProxyBuilder() { }
2449+
}
24462450
public class CustomAttributeInfo : System.IEquatable<Castle.DynamicProxy.CustomAttributeInfo>
24472451
{
24482452
public CustomAttributeInfo(System.Reflection.ConstructorInfo constructor, object?[] constructorArgs) { }

ref/Castle.Core-netstandard2.1.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2443,6 +2443,10 @@ public virtual void MethodsInspected() { }
24432443
public virtual void NonProxyableMemberNotification(System.Type type, System.Reflection.MemberInfo memberInfo) { }
24442444
public virtual bool ShouldInterceptMethod(System.Type type, System.Reflection.MethodInfo methodInfo) { }
24452445
}
2446+
public class CollectibleProxyBuilder : Castle.DynamicProxy.DefaultProxyBuilder
2447+
{
2448+
public CollectibleProxyBuilder() { }
2449+
}
24462450
public class CustomAttributeInfo : System.IEquatable<Castle.DynamicProxy.CustomAttributeInfo>
24472451
{
24482452
public CustomAttributeInfo(System.Reflection.ConstructorInfo constructor, object?[] constructorArgs) { }

0 commit comments

Comments
 (0)