Roslyn, 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.
情報源: Write Better Code Faster with Roslyn Analyzers | .NET Blog
Memo.
コメント