- Roslyn Cookbook
- Manish Vasani
- 96字
- 2021-07-15 17:07:28
Writing Diagnostic Analyzers
In this chapter, we will cover the following recipes:
- Creating, debugging, and executing an analyzer project in Visual Studio
- Creating a symbol analyzer to report issues about symbol declarations
- Creating a syntax node analyzer to report issues about language syntax
- Creating a syntax tree analyzer to analyze source file and report syntax issues
- Creating a method body analyzer to analyze whole method and report issues
- Creating a compilation analyzer to analyze whole compilation and report issues
- Writing unit tests for an analyzer project
- Publishing the NuGet package and VSIX for an analyzer project
推薦閱讀
- ReSharper Essentials
- Unity Virtual Reality Projects
- aelf區(qū)塊鏈應(yīng)用架構(gòu)指南
- GameMaker Programming By Example
- Java Web程序設(shè)計(jì)任務(wù)教程
- 數(shù)據(jù)結(jié)構(gòu)習(xí)題解析與實(shí)驗(yàn)指導(dǎo)
- Go語(yǔ)言編程
- Buildbox 2.x Game Development
- 編程可以很簡(jiǎn)單
- Java Web開(kāi)發(fā)實(shí)例大全(基礎(chǔ)卷) (軟件工程師開(kāi)發(fā)大系)
- PostgreSQL Developer's Guide
- Java EE項(xiàng)目應(yīng)用開(kāi)發(fā)
- C語(yǔ)言從入門(mén)到精通(第5版)
- Netty 4核心原理與手寫(xiě)RPC框架實(shí)戰(zhàn)
- Learning ClojureScript