dotnet dev-certs https --trust
- To trust the locally generated SSL certificate, so we can useHTTPS
locallydotnet watch run
- To watch for file changes and recompiledotnet run
- To simply compile and run the app
dotnet dev-certs https --trust
- To trust the locally generated SSL certificate, so we can use HTTPS
locallydotnet watch run
- To watch for file changes and recompiledotnet run
- To simply compile and run the app