0

I read https://learn.microsoft.com/visualstudio/code-quality/analyzers-faq#code-analysis-solution-property-page

enter image description here

enter image description here

but in my Visual Studio 2022 Preview, I cannot use it. How to disable Code Analysis without GUI or other way?

Jiale Xue - MSFT
  • 3,560
  • 1
  • 6
  • 21
Vy Do
  • 46,709
  • 59
  • 215
  • 313
  • I am also facing the same issue and my visual studio community version is Version 17.1.3. Not found any solution for it yet which is causing lot of trouble – user1149555 Aug 05 '22 at 06:40

1 Answers1

0

I just got the solution for it in VS2022. Go to Tools->Options->Text Editor->C#->Advance-> Remove check box for following

  • Enable Pull Diagnostic (Experimental, require restart)
  • Enable Razor Pull..
  • Run Code Analysis..

After doing this this long pending get resolved for me

user1149555
  • 125
  • 7