Info
Version: | 1.0.150-GenericMethods |
Author(s): | See GitHub contributors list |
Last Update: | Friday, July 28, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/BrunoJuchli/StaticProxy.Fody |
NuGet Url: | https://www.nuget.org/packages/StaticProxy.Fody |
Install
Install-Package StaticProxy.Fody
dotnet add package StaticProxy.Fody
paket add StaticProxy.Fody
StaticProxy.Fody Download (Unzip the "nupkg" after downloading)
Dependencies
- Fody(>= 2.0.0)
Tags
Implement your interceptors by inheriting from the IDynamicInterceptor interface. Use one of the integration packages to configure interception and instanciate the proxies.
See the project page for more information!.