Skip to content

aimenux/CodeAnalyzerDemo

Repository files navigation

.NET NuGet

CodeAnalyzerDemo

Using roslyn analyzers for code analysis and automatic fixes

In this repo, i m building a custom roslyn diagnostic analyzers and code fix providers for C#.

Rules

RULE001 : Use braces for single statement blocks
  • if statements
  • for loops
  • foreach loops
  • foreach variable statements
  • while loops
  • do-while loops
  • using statements
  • lock statements

Tools : net standard 2.0, net 10.0

About

Using roslyn analyzers for code analysis and automatic fixes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors