Ninject.Extensions.StaticProxy 0.2.0.52

Requires NuGet 2.8 or higher.

dotnet add package Ninject.Extensions.StaticProxy --version 0.2.0.52
                    
NuGet\Install-Package Ninject.Extensions.StaticProxy -Version 0.2.0.52
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ninject.Extensions.StaticProxy" Version="0.2.0.52" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ninject.Extensions.StaticProxy" Version="0.2.0.52" />
                    
Directory.Packages.props
<PackageReference Include="Ninject.Extensions.StaticProxy" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ninject.Extensions.StaticProxy --version 0.2.0.52
                    
#r "nuget: Ninject.Extensions.StaticProxy, 0.2.0.52"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Ninject.Extensions.StaticProxy&version=0.2.0.52
                    
Install Ninject.Extensions.StaticProxy as a Cake Addin
#tool nuget:?package=Ninject.Extensions.StaticProxy&version=0.2.0.52
                    
Install Ninject.Extensions.StaticProxy as a Cake Tool

Ninject extension for using StaticProxy.Fody with ninject. This enables proxying on platforms which don't support Dynamic Proxy (like Windows RT, Apple IPhone,...)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Added ToFactory() binding. Changed PCL to target Profile259 (.net 4.5, ASP.NET Core 1.0, Win 8, Win Phone 8.1, Win Phone Silverlight 8, Xamarin.Android, Xamarin.iOS, Xamarin.iOS (Classic). Updated to Portable.Ninject 3.3.1. Processing pdb with gitlink so that with "Enable source server support" enabled this assembly is source-steppable. Also see https://github.com/GitTools/GitLink/