- Roslyn Cookbook
- Manish Vasani
- 122字
- 2021-07-15 17:07:40
How it works...
The analyzers node in solution explorer gives a visual representation of the analyzer items defined in the project file, which correspond to analyzer assemblies added manually to the project or added via analyzer NuGet package(s). The rules in the assembly come from each type in the assembly that implements the DiagnosticAnalyzer type and has a DiagnosticAnalyzerAttribute applied to it. The rule properties shown in the properties window come from instantiating the analyzer types and requesting them for it's SupportedDiagnostics.
Changing the rule severity in solution explorer and then persisting it for the project happens through an automatically generated ruleset file, which gets added to the project. Refer to the next recipe to get more details on ruleset-based analyzer configuration.
- LaTeX Cookbook
- Mobile Web Performance Optimization
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- ADI DSP應用技術集錦
- 全棧自動化測試實戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- 深入理解Elasticsearch(原書第3版)
- Android系統(tǒng)原理及開發(fā)要點詳解
- Extending Puppet(Second Edition)
- Visual C++開發(fā)入行真功夫
- Instant Lucene.NET
- Java零基礎實戰(zhàn)
- Learning Modular Java Programming
- Cocos2d-x Game Development Blueprints
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- C語言程序設計教程