A DivertR proxy factory implementation that supports proxying class types using Castle DynamicProxy
$ dotnet add package DivertR.DynamicProxyA DivertR proxy factory implementation that supports proxying class types using Castle DynamicProxy.
Install DivertR as a NuGet package:
Install-Package DivertR
Or via the .NET command line interface:
dotnet add package DivertR
Configure DivertR to use DynamicProxy:
DiverterSettings.Global = new DiverterSettings(proxyFactory: new DynamicProxyFactory());