Reproducible code at bug-499s-debug-vs-release
Expected
- Running
dotnet run -p NoizwavesBlog to see the web server start
Actual
- Run
fake build ... and cd NoizwavesBlog/..../blah and dotnet NoizwavesBlog.dll to see the actual behaviour (the server never actually starts).

Reproducible code at
bug-499s-debug-vs-releaseExpected
dotnet run -p NoizwavesBlogto see the web server startActual
fake build ...andcd NoizwavesBlog/..../blahanddotnet NoizwavesBlog.dllto see the actual behaviour (the server never actually starts).