Skip to content

dpenton/ndd.201908

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

ndd.201908

git@github.com:dpenton/ndd.201908.git

git pull
git checkout -b feature/meeting2.2	# or meeting2.1
dotnet new --help

dotnet new webapi -o Site
dotnet new xunit -o Tests.Site
dotnet new sln
dotnet sln ndd.201908 add Site Tests.Site

dotnet publish Site/Site.csproj -c Release --self-contained -r win-x64
dotnet publish Site/Site.csproj -c Release --self-contained -r osx-x64

dotnet run --server.urls http://0.0.0.0:5000

On mac

  • sudo chmod +x Site
  • open Site

Some explanations on why you should not dispose of HttpClient:

HttpClientFactory:

See the branches in this repo for the meeting code on Windows & Mac

About

ndd.201908

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published