Ive installed fresh Visual Studio 2022 Community and .Net 8.0 SDK then created raw console project (C#). When Im trying to build it by hitting F5 (or just clicking >ConsoleApp1 on upper panel, no matter), the project builds, opens console, writes “Hello world!” and crashes Visual Studio.
I tried to reinstall both VS and .Net SDK, rebooted PC and tried to check other default projects – no unique results.
Big notice – when im trying to run the project without debugging (Ctrl + F5), no errors are showing up and vs code continues to run. Any ideas?
4