未验证 提交 73a4d0e7 编写于 作者: J Jonathon Marolf 提交者: GitHub

Update docs/wiki/Getting-Started-Writing-a-Custom-Analyzer-&-Code-Fix.md

Co-Authored-By: NJoey Robichaud <joseph.robichaud@microsoft.com>
上级 fc65203e
......@@ -13,7 +13,7 @@ Before Visual Studio 2015, it was difficult to create custom warnings that targe
* [Documentation](https://github.com/dotnet/roslyn/tree/master/docs/analyzers) - repo with documentation.
* [API Source Code/Documentation](http://source.roslyn.io/) - allows you to browse the Roslyn source code online and easily navigate types.
* [RoslynQuoter](http://roslynquoter.azurewebsites.net/) - a tool that for a given C# program shows syntax tree API calls to construct its syntax tree
* [.NET Compiler Platform SDK](https://aka.ms/roslynsdktemplates) - provides the [Syntax Visualizer](https://github.com/dotnet/roslyn/blob/master/docs/wiki/Syntax%20Visualizer.md) which lets you inspect the syntax tree of any C# or VB code file that is open inside the Visual Studio IDE.
* [.NET Compiler Platform SDK](https://aka.ms/roslynsdktemplates) - provides the [Syntax Visualizer](https://github.com/dotnet/roslyn/blob/master/docs/wiki/Syntax-Visualizer.md) which lets you inspect the syntax tree of any C# or VB code file that is open inside the Visual Studio IDE.
### Articles
* [C# and Visual Basic - Use Roslyn to Write a Live Code Analyzer for Your API](https://msdn.microsoft.com/en-us/magazine/dn879356.aspx?f=255&MSPPError=-2147217396) - MSDN article that walks you through how to write a custom analyzer.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册