BADF00D / DisposableFixer

This is a Visual Studio Extension and NuGet package that should identify and fix problems as memleaks while using IDisposables.
Other
35 stars 7 forks source link

Add possibility to configure DiagnosticSeverity #19

Closed BADF00D closed 5 years ago

BADF00D commented 7 years ago

Sometimes it might be useful to configure the severity for the diagnostics, in order to fail to compile.

BADF00D commented 5 years ago

There is a build-in feature in Roslyn to do this. Look here for details