StaticProxy.Fody
1.0.146-GenericMethods
Requires NuGet 2.8 or higher.
dotnet add package StaticProxy.Fody --version 1.0.146-GenericMethods
NuGet\Install-Package StaticProxy.Fody -Version 1.0.146-GenericMethods
<PackageReference Include="StaticProxy.Fody" Version="1.0.146-GenericMethods"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add StaticProxy.Fody --version 1.0.146-GenericMethods
#r "nuget: StaticProxy.Fody, 1.0.146-GenericMethods"
// Install StaticProxy.Fody as a Cake Addin #addin nuget:?package=StaticProxy.Fody&version=1.0.146-GenericMethods&prerelease // Install StaticProxy.Fody as a Cake Tool #tool nuget:?package=StaticProxy.Fody&version=1.0.146-GenericMethods&prerelease
Get started by putting adding the StaticProxy.Fody nuget package to the projects where the interfaces/classes to be intercepted reside and att a [StaticProxy] attribute to these. 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!
Learn more about Target Frameworks and .NET Standard.
-
- Fody (>= 2.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.146-GenericMethods | 6 | 11/7/2019 |
Added support for generic methods - this is a *breaking change* - also update StaticProxy.Interceptor to 1.0+!