- Roslyn Cookbook
- Manish Vasani
- 92字
- 2021-07-15 17:07:31
See also
Our current analyzer implementation is completely stateless because it doesn t require analysis that is dependent upon more than one symbol at a time. We analyze each symbol individually and report diagnostics for it. However, if you need to do more complex analysis that requires collecting state from multiple symbols and then doing a compilation-wide analysis, you should write a stateful compilation analyzer with symbol and compilation actions. This is covered later in this chapter in the recipe Creating a compilation analyzer to analyze a whole compilation and report issues.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Flutter開發實戰詳解
- Go語言高效編程:原理、可觀測性與優化
- Hands-On C++ Game Animation Programming
- Web Application Development with MEAN
- Python:Master the Art of Design Patterns
- 鴻蒙OS應用編程實戰
- IDA Pro權威指南(第2版)
- Python數據可視化之美:專業圖表繪制指南(全彩)
- Web Developer's Reference Guide
- Mastering Gephi Network Visualization
- WildFly Cookbook
- INSTANT Apache Hive Essentials How-to
- Python面試通關寶典
- 軟件測試技術