We have a huge solution (ASP.NET MVC, C#) in Visual Studio 2022 (v.17.2.2 64bit).
Roslyn Code Analysis is always using high CPU and RAM. Is there a way to prevent this issue? A configuration or something else?
In Visual Studio 2022, I've resolved it by disabling these two checks:
after that, Visual Studio works well.