StaticProxy.Fody
1.0.150-GenericMethods
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!
This is a prerelease version of StaticProxy.Fody.
Requires NuGet 2.8 or higher.
Install-Package StaticProxy.Fody -Version 1.0.150-GenericMethods
dotnet add package StaticProxy.Fody --version 1.0.150-GenericMethods
<PackageReference Include="StaticProxy.Fody" Version="1.0.150-GenericMethods"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StaticProxy.Fody --version 1.0.150-GenericMethods
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Added support for proxying generic methods, -interfaces and -classes. This is a *breaking change* - also update StaticProxy.Interceptor to 1.0+!
Dependencies
-
- Fody (>= 2.0.0)
GitHub Usage
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated | ||
---|---|---|---|---|
1.0.150-GenericMethods | 347 | 7/28/2017 | ||
1.0.146-GenericMethods | 252 | 7/28/2017 | ||
0.4.1.135-GenericMethods | 321 | 7/24/2017 | ||
0.4.0.107-pre | 276 | 4/23/2017 | ||
0.3.1.104-pre | 286 | 4/23/2017 | ||
0.3.0.102 | 353 | 3/7/2017 | ||
0.3.0.101-pre | 274 | 3/7/2017 | ||
0.3.0.91 | 4,096 | 4/14/2016 | ||
0.3.0.90-pre | 316 | 4/12/2016 | ||
0.3.0.87-pre | 325 | 4/10/2016 | ||
0.3.0.81-pre | 309 | 4/10/2016 | ||
0.2.0 | 983 | 5/2/2014 | ||
0.2.0-beta1 | 367 | 5/2/2014 | ||
0.0.2-beta1 | 384 | 5/2/2014 | ||
0.0.1 | 381 | 4/29/2014 |