|
1 | 1 | ### Unreleased |
2 | 2 |
|
3 | | -* Add analyzer NormalizeFormatOfEnumFlagValue (RCS1254) |
4 | | -* Add analyzer FormatDocumentationCommentSummary (RCS1253) |
5 | | -* Add analyzer NormalizeUsageOfInfiniteLoop (RCS1252) |
6 | | -* Add analyzer RemoveUnnecessaryBraces (RCS1251) |
7 | | -* Call AddRange instead of Add (RCS1235) |
| 3 | +### 4.1.0 (2022-03-29) |
| 4 | + |
| 5 | +* Add analyzer [RCS1254](https://github.com/JosefPihrt/Roslynator/blob/master/docs/analyzers/RCS1254.md) (Normalize format of enum flag value) |
| 6 | +* Add analyzer [RCS1253](https://github.com/JosefPihrt/Roslynator/blob/master/docs/analyzers/RCS1253.md) (Format documentation comment summary) |
| 7 | +* Add analyzer [RCS1252](https://github.com/JosefPihrt/Roslynator/blob/master/docs/analyzers/RCS1252.md) (Normalize usage of infinite loop) |
| 8 | +* Add analyzer [RCS1251](https://github.com/JosefPihrt/Roslynator/blob/master/docs/analyzers/RCS1251.md) (Remove unnecessary braces from record declaration) |
| 9 | +* Add refactoring [Deconstruct foreach variable (RR0217)](https://github.com/JosefPihrt/Roslynator/blob/master/docs/refactoring/RR0217.md) |
8 | 10 | * Add code fix for CS8602, CS8604 |
9 | | -* Fix code fix for CS0225 |
10 | | -* Put back refactoring SplitLocalDeclarationAndAssignment (RR0194) ([issue](https://github.com/JosefPihrt/Roslynator/issues/881)) |
| 11 | +* Add suggestion to call AddRange instead of Add (RCS1235) |
| 12 | +* Put back refactoring "Split local declaration and assignment" (RR0194) ([issue](https://github.com/JosefPihrt/Roslynator/issues/881)) |
| 13 | +* Adopt activation events in VS Code extension ([issue](https://github.com/JosefPihrt/Roslynator/issues/883)) (thanks to [ProphetLamb](https://github.com/ProphetLamb)) |
11 | 14 | * Fix: Get config value from global AnalyzerConfig if available ([issue](https://github.com/JosefPihrt/Roslynator/issues/884)) |
12 | | -* Add refactoring [Deconstruct foreach variable (RR0217)](https://github.com/JosefPihrt/Roslynator/blob/master/docs/refactoring/RR0217.md) |
| 15 | +* Fix: Do not suggest using null-forgiving operator for parameter default value (CS8625) |
| 16 | +* Fix: Check if equality operator is overloaded (RCS1171) |
| 17 | +* Fix: Do not remove field initialization in struct with constructor(s) (RCS1129) |
13 | 18 |
|
14 | 19 | ### 4.0.3 (2022-01-29) |
15 | 20 |
|
|
0 commit comments