8 packages
returned for Tags:"roslyn-analyzer"
StyleChecker is yet another code style checker and refactoring tool like FxCopAnalyzers, StyleCop Analyzers, SonarLint, Roslynator, and so on.
"Require named arguments" Roslyn code analyzer and code-fix provider for C#
A Roslyn analyzer which requires that classes be sealed, abstract or attributed with [Open].
"Require named arguments" Roslyn code analyzer and code-fix provider for C#
"Use named arguments" Roslyn code analyzer and code-fix provider for C#
"Must use return value" Roslyn code analyzer for C#
Roslyn Analyzer which marks usages of the async/await pattern where the Task could be returned directly instead of awaiting it.
Roslyn Analyzer which enforces the usage of 'is null' and 'is not null' over '== null' and '!= null'.