你的位置: 码友网首页 / 资讯源列表 / Write Better Code Faster with Roslyn Analyzers

关于[Write Better Code Faster with Roslyn Analyzers]的摘要:

oslyn, the .NET compiler platform, helps you catch bugs even before you run your code. One example is Roslyn’s spellcheck analyzer that is built into Visual Studio. Let’s say you are creating a static method and misspelled the word static as statc. You will be able to see this spelling error before you run your code because Roslyn can produce warnings in your code as you type even before you’ve finished the line. In other words, you don’t have to build your code to find out that you made a mistake.

原文地址: https://devblogs.microsoft.com/dotnet/write-better-code-faster-with-roslyn-analyzers/

收录时间: 2019-07-11 浏览量: 1551 分类: .NET

| 0 收藏 | 0