Skip to content

Commit cf4c86f

Browse files
committed
Update ref/ contract file for net9.0
1 parent f5c16f7 commit cf4c86f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

ref/Castle.Core-net9.0.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2585,6 +2585,16 @@ public ModuleScope(bool savePhysicalAssembly, bool disableSignedModule, string s
25852585
public string WeakNamedModuleName { get; }
25862586
public static byte[] GetKeyPair() { }
25872587
}
2588+
public sealed class PersistentProxyBuilder : Castle.DynamicProxy.DefaultProxyBuilder
2589+
{
2590+
public PersistentProxyBuilder() { }
2591+
public event System.EventHandler<Castle.DynamicProxy.PersistentProxyBuilderAssemblyEventArgs>? AssemblyCreated;
2592+
}
2593+
public sealed class PersistentProxyBuilderAssemblyEventArgs : System.EventArgs
2594+
{
2595+
public System.Reflection.Assembly Assembly { get; }
2596+
public byte[] AssemblyBytes { get; }
2597+
}
25882598
public class ProxyGenerationOptions
25892599
{
25902600
public static readonly Castle.DynamicProxy.ProxyGenerationOptions Default;

0 commit comments

Comments
 (0)