v2.0.0
New Features
- Add nuget package Roslynator.CommandLine
Analyzers
- Change default severity of RCS1141, RCS1142 and RCS1165 to 'Hidden'
- Disable RCS1174 by default
- Improve analyzer RCS1128 -
x.GetValueOrDefault(y)
can be replaced withx ?? y
- Change code fix for RCS1194 - do not generate "serialization" constructor
Refactorings
- Add refactoring RemoveAsyncAwait (RR0209)
Code Fixes
- Add code fix for CS0119.