Arnolyzer
Arnolyzer copied to clipboard
Clean-code Roslyn-based analyzer for C# 6
Results
3
Arnolyzer issues
Sort by
recently updated
recently updated
newest added
Awesome analyzer! I would love to add it to my dotnet standard projects. Is there any plans to support dotnet standard?
Deconstruct method in classes uses out parameters.
Currently, `StaticMethodMustNotBeVoid` reports an error on the `Main` entry-point method of an application. `Main` has to be void. Winform applications are decorated with `[STAThread]`, but this doesn't apply to console...