How do I disable all Roslyn Code Analyzers?

后端 未结 5 548
一生所求
一生所求 2020-12-30 20:25

I\'m trying to work with a large opensource project that has a handful of Roslyn Code Analyzers. When I open the solution Visual Studio uses ~35% CPU for about 15 minutes. U

5条回答
  •  感情败类
    2020-12-30 21:04

    It is possible to reference a ruleset file located in the parent folder

    
      
        ..\Example.ruleset
    

    This way you could define one ruleset for the entire solution.

提交回复
热议问题