8000 GitHub - barinek/bigstar.net: csharp-kestrel-dotnet example with a small set of runtime dependencies
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

barinek/bigstar.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Big Star Dotnet

csharp-kestrel-dotnet example with a small set of runtime dependencies

Installation Guides

Developed using

.NET Core installation guide

Visual Studio Code

Building

Build using the below

dotnet build src/**/project.json

Testing

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

Cleaning

Clean directories using the below

find . -type d -name 'bin' -exec rm -r {} +
find . -type d -name 'obj' -exec rm -r {} +

About

csharp-kestrel-dotnet example with a small set of runtime dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0