<PackageReference Include="Castle.Core" Version="5.1.0" />

Castle.DynamicProxy.AllMethodsHook

namespace Castle.DynamicProxy { public class AllMethodsHook : IProxyGenerationHook { protected static readonly ICollection<Type> SkippedTypes; public virtual bool ShouldInterceptMethod(Type type, MethodInfo methodInfo); public virtual void NonProxyableMemberNotification(Type type, MemberInfo memberInfo); public virtual void MethodsInspected(); public AllMethodsHook(); } } namespace Castle.Components.DictionaryAdapter { public interface IDictionaryInitializer : IDictionaryBehavior { void Initialize(IDictionaryAdapter dictionaryAdapter, object[] behaviors); } }