Purpose of dotnetRunMessages in launchSettings.json
The whole purpose of this setting, which indeed is not yet officially documented anywhere as far as I can tell, is to give some immediate feedback upon running dotnet run or dotnet watch inside of a terminal. Without it set to true, on the first run after creating a new .NET core/ .NET 5 app, … Read more