csharp-kestrel-dotnet example with a small set of runtime dependencies
Developed using
Build using the below
dotnet build src/**/project.json
Build using the below
dotnet build test/**/project.json
Test using the below
dotnet test test/accounts-test; dotnet test test/metrics-test; dotnet test test/bigstar-test
Clean directories using the below
find . -type d -name 'bin' -exec rm -r {} +
find . -type d -name 'obj' -exec rm -r {} +