Releases: meziantou/Meziantou.Analyzer
2.0.46
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.46
What's Changed
- Remove protected constructor check from MA130 by @jontdelorme in #518
New Contributors
- @jontdelorme made their first contribution in #518
Full Changelog: 2.0.45...2.0.46
2.0.45
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.45
What's Changed
- Performance improvements by @meziantou in #515
Full Changelog: 2.0.44...2.0.45
2.0.44
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.44
What's Changed
- Do not report MA0134 when the ancestor operation is a discard operation by @meziantou in #514
Full Changelog: 2.0.43...2.0.44
2.0.43
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.43
What's Changed
- MA0089: Add support for LastIndexOf by @meziantou in #511
Full Changelog: 2.0.42...2.0.43
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