- Roslyn Cookbook
- Manish Vasani
- 192字
- 2021-07-15 17:07:37
Introduction
Diagnostic analyzers are extensions to the Roslyn C# compiler and Visual Studio IDE to analyze user code and report diagnostics. The user will see these diagnostics in the error list after building the project from Visual Studio and even when building the project on the command line. They will also see the diagnostics live while editing the source code in the Visual Studio IDE. Analyzers can report diagnostics to enforce specific code styles, improve code quality and maintenance, recommend design guidelines, or even report very domain-specific issues, which cannot be covered by the core compiler.
Analyzers can be installed in a .NET project either as a NuGet package or as a VSIX. To get a better understanding of these packaging schemes and learn about the differences in the analyzer experience when installed as a NuGet package versus a VSIX, it is recommended that you read the introduction part of the recipe Publishing NuGet package and VSIX for an analyzer project in Chapter 1, Writing Diagnostic Analyzers.
- Java語言程序設計
- Access 2010數據庫基礎與應用項目式教程(第3版)
- Android開發:從0到1 (清華開發者書庫)
- Windows Phone 7.5:Building Location-aware Applications
- Red Hat Enterprise Linux Troubleshooting Guide
- UI設計基礎培訓教程(全彩版)
- Java程序設計教程
- 現代JavaScript編程:經典范例與實踐技巧
- Visual FoxPro數據庫程序設計
- TensorFlow程序設計
- 給產品經理講技術
- 看漫畫學Python:有趣、有料、好玩、好用(全彩版)
- Learning Puppet Security
- Mastering Chef Provisioning
- Mastering Kali Linux for Advanced Penetration Testing(Second Edition)