Skip to content

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

License

davidvmckay/ProxyFoo

 
 

Repository files navigation

ProxyFoo

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

Quick Start Guide

Also see proxyfoo.com for additional documentation.

Notes

Requires Visual Studio 2017 or the .NET Core 1.0 SDK to build.

.NET Core on Mac/Windows

To run the unit tests using .NET Core on the Mac or Windows (requires .NET Core 1.0 SDK from https://www.microsoft.com/net/core):

git clone https://github.com/ProxyFoo/ProxyFoo ProxyFoo
cd ProxyFoo
dotnet restore
dotnet run -f netcoreapp1.0 -p source/ProxyFooConsole/ProxyFooConsole.csproj tests

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%