StaticProxy.Fody
0.4.1.135-GenericMethods
See the version list below for details.
Requires NuGet 2.8 or higher.
dotnet add package StaticProxy.Fody --version 0.4.1.135-GenericMethods
NuGet\Install-Package StaticProxy.Fody -Version 0.4.1.135-GenericMethods
<PackageReference Include="StaticProxy.Fody" Version="0.4.1.135-GenericMethods"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="StaticProxy.Fody" Version="0.4.1.135-GenericMethods" />
<PackageReference Include="StaticProxy.Fody"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add StaticProxy.Fody --version 0.4.1.135-GenericMethods
#r "nuget: StaticProxy.Fody, 0.4.1.135-GenericMethods"
#:package StaticProxy.Fody@0.4.1.135-GenericMethods
#addin nuget:?package=StaticProxy.Fody&version=0.4.1.135-GenericMethods&prerelease
#tool nuget:?package=StaticProxy.Fody&version=0.4.1.135-GenericMethods&prerelease
Fody add-in to compile-time weave proxies with an interception mechanism similar to Castle Dynamic Proxy. Is intended to work with mobile platforms! :)
Learn more about Target Frameworks and .NET Standard.
-
- Fody (>= 2.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on StaticProxy.Fody:
| Package | Downloads |
|---|---|
|
Unity.StaticProxy
Unity extension for using StaticProxy.Fody with unity. This enables proxying on platforms which don't support Dynamic Proxy (like Windows RT, Apple IPhone,...) |
|
|
Ninject.Extensions.StaticProxy
Ninject extension for using StaticProxy.Fody with ninject. This enables proxying on platforms which don't support Dynamic Proxy (like Windows RT, Apple IPhone,...) |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.0.150-GenericMethods | 1,797 | 7/28/2017 | |
| 1.0.146-GenericMethods | 1,386 | 7/28/2017 | |
| 0.4.1.135-GenericMethods | 1,702 | 7/24/2017 | |
| 0.4.0.107-pre | 1,446 | 4/23/2017 | |
| 0.3.1.104-pre | 1,473 | 4/23/2017 | |
| 0.3.0.102 | 1,825 | 3/7/2017 | |
| 0.3.0.101-pre | 1,462 | 3/7/2017 | |
| 0.3.0.91 | 16,330 | 4/14/2016 | |
| 0.3.0.90-pre | 1,551 | 4/12/2016 | |
| 0.3.0.87-pre | 1,853 | 4/10/2016 | |
| 0.3.0.81-pre | 1,503 | 4/10/2016 | |
| 0.2.0 | 3,288 | 5/2/2014 | |
| 0.2.0-beta1 | 1,728 | 5/2/2014 | |
| 0.0.2-beta1 | 1,622 | 5/2/2014 | |
| 0.0.1 | 1,851 | 4/29/2014 |
Added support for generic methods.