- Roslyn Cookbook
- Manish Vasani
- 115字
- 2021-07-15 17:07:37
Consuming Diagnostic Analyzers in .NET Projects
In the previous chapter, we showed you how to write diagnostic analyzers to analyze and report issues about the .NET source code and contribute them to the .NET developer community. In this chapter, we will show you how to search, install, view, and configure the analyzers that have already been published by various analyzer authors on NuGet and the VS extension gallery. We will cover the following recipes:
- Searching and installing analyzers through the NuGet package manager
- Searching and installing VSIX analyzers through the VS extension gallery
- Viewing and configuring analyzers in the solution explorer in Visual Studio
- Using the ruleset file and Rule Set editor to configure analyzers
推薦閱讀
- Mastering PHP Design Patterns
- Mastering Python High Performance
- Learn React with TypeScript 3
- 精通Python設計模式(第2版)
- C#應用程序設計教程
- Python項目實戰從入門到精通
- Apache Camel Developer's Cookbook
- Mastering Apache Storm
- FFmpeg開發實戰:從零基礎到短視頻上線
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Mastering PowerCLI
- Node.js 6.x Blueprints
- 絕密原型檔案:看看專業產品經理的原型是什么樣
- Android從入門到精通
- Django 3 Web Development Cookbook