I'm currently using VS2022 Community Edition and has updated it to the latest version (17.6.3). I updated to this version because whenever I launch a console application after the first run, the build is just stuck at "Building". It would require me to restart my machine before this would actually work. I can't even stop the build if not forcing task manager to stop the process.
I tried the following:
- Deleting bin/obj folders
- Uncheck code analysis in the project properties
- Clean solution
I also tried opening the product in Rider but the result is the same. I am suspecting this might be a MSbuild issue but I don't know what causes this.
Console app: C#, .net 4.8
dotnet build
from the command-line (instead of from within VS's Build button)? – Selfidentity