I am developing ASP.NET Core 3.1 REST API and I use dotnet watch run. This enables me to do fast iteration in development: change .cs file -> rebuild project
dotnet watch run