v2.0.2
- First release of Roslynator 2019 (for Visual Studio 2019)
New Features
- Support global suppression of diagnostics.
- Go to Visual Studio Tools > Options > Roslynator > Global Suppressions
Analyzers
- Add analyzer OrderElementsInDocumentationComment (RCS1232)
- Add analyzer UseShortCircuitingOperator (RCS1233)
- Add analyzer DuplicateEnumValue (RCS1234)
Refactorings
- Refactoring ReplaceConditionalExpressionWithIfElse (RR0120) can be applied recursively.
- Add refactoring ChangeTypeAccordingToExpression (RR0022)
- Add refactoring ImplementCustomEnumerator (RR0210)
- Add refactoring ConvertStatementsToIfElse (RR0211)
Code Fixes
- Add code fix for CS0029, CS0131, CS0621, CS3000, CS3001, CS3002, CS3003, CS3005, CS3006, CS3007, CS3008, CS3009, CS3016, CS3024, CS3027.