VS 2022: High RAM and CPU issue with Rosylin Code Analysis

Viewed 1987

We have a huge solution (ASP.NET MVC, C#) in Visual Studio 2022 (v.17.2.2 64bit). Rosylin Code Analysis is always using high CPU and RAM. Is there a way to prevent this issue? A configuration or something else?

Task manager

1 Answers

In Visual studio 2022 i've resolved with disabled this two check:enter image description here

after that visual studio work well.

Related