Dotnet Core App ausführen
# run the application and update automatically after changes
dotnet watch run
Upset Unicorn
# run the application and update automatically after changes
dotnet watch run
dotnet new webapp -o aspnetcoreapp
cd aspnetcoreapp
dotnet watch run --urls "http://*:80;https://*:443"