How to force Visual Studio 2022 create console projects with namespaces and classes (like in old good days)?
22
Just switched to VS2022, created new project and see this:
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");
Where is all other stuff? Why is that by default now?