Netmockery is a simple system for simulating network services.
The end user documentation is a work in progress.
.NET Core:
cd UnitTests
dotnet restore -r netcoreapp1.1
dotnet test -f netcoreapp1.1
.NET Framework 4.6.2:
cd UnitTests
dotnet restore -r net462
dotnet test -f net462
dotnet publish -f netcoreapp1.1
dotnet publish -f net462