ProxyFoo 0.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package ProxyFoo --version 0.2.1
NuGet\Install-Package ProxyFoo -Version 0.2.1
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="ProxyFoo" Version="0.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ProxyFoo --version 0.2.1
#r "nuget: ProxyFoo, 0.2.1"
#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.
// Install ProxyFoo as a Cake Addin
#addin nuget:?package=ProxyFoo&version=0.2.1

// Install ProxyFoo as a Cake Tool
#tool nuget:?package=ProxyFoo&version=0.2.1

ProxyFoo is a library for the .NET Framework to facilitate creating high-performance proxies for Duck casting, null safe wrappers, and other uses

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ProxyFoo:

Package Downloads
NbpClient.Autofac

Nbp Client Autofac extension

NbpClient.Ninject

Nbp Client Ninject extension

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.2 1,715 3/11/2017
0.4.1 904 3/10/2017
0.4.0 1,458 7/11/2016
0.3.2 1,232 5/21/2016
0.3.1 1,211 3/15/2016
0.3.0 1,730 9/27/2015
0.2.2 7,778 4/22/2014
0.2.1 1,086 3/14/2014
0.2.0 1,125 3/13/2014
0.1.0 1,311 2/28/2014

v0.2.0:
- Add support for out/ref parameters and recursive type definitions.
v0.2.1:
- Fix peverify fails if members are repeated in multiple subject interfaces.
- Fix proxy member generation for property indexers.