Releases: meziantou/Meziantou.Analyzer
2.0.42
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.42
What's Changed
- MA0089 support string.IndexOf and string.Replace by @meziantou in #510
Full Changelog: 2.0.41...2.0.42
2.0.41
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.41
What's Changed
- New rule: MA0134 Observe the result of awaitable methods by @meziantou in #509
Full Changelog: 2.0.40...2.0.41
2.0.40
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.40
What's Changed
- Optimize performance of MA0060 by @meziantou in #508
Full Changelog: 2.0.39...2.0.40
2.0.39
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.39
What's Changed
- Improve MA0100 to detect all awaitable types, not only Task and ValueTask by @meziantou in #507
Full Changelog: 2.0.38...2.0.39
2.0.38
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.38
What's Changed
- New rule: MA0133 - Use DateTimeOffset instead of DateTime to avoid an implicit conversion by @meziantou in #506
Full Changelog: 2.0.37...2.0.38
2.0.37
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.37
What's Changed
- New rule: MA0132 do not use implicit conversion from DateTime to DateTimeOffset by @meziantou in #505
Full Changelog: 2.0.36...2.0.37
2.0.36
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.36
What's Changed
- New rule: MA0131 ArgumentNullException.ThrowIfNull should not be used with non-nullable types by @meziantou in #503
Full Changelog: 2.0.35...2.0.36
2.0.35
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.35
What's Changed
- Update MA0129.md by @Micke3rd in #499
- New rule: MA0130 - GetType() should not be used on System.Type instances by @meziantou in #502
New Contributors
Full Changelog: 2.0.34...2.0.35
2.0.34
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.34
What's Changed
- Do not report MA0018 for static abstract members by @meziantou in #498
Full Changelog: 2.0.33...2.0.34
2.0.33
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.33
What's Changed
- MA0011, MA0075, MA0076 better detects culture-sensitive operations by @meziantou in #496
Full Changelog: 2.0.32...2.0.33