Should the console project template use top-level statements...
For .NET 6, the console project template was changed to use top-level statements. The code that is created in Program.cs is: // See https://aka.ms/new-console-template for more information Console.WriteLine("Hello, World!"); In earlier v...