Releases: meziantou/Meziantou.Analyzer
2.0.52
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.52
What's Changed
- Improve documentation of MA0001 and MA0074 by @meziantou in #531
- MA0089 supports string.Join(char, ...) by @meziantou in #532
Full Changelog: 2.0.51...2.0.52
2.0.51
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.51
What's Changed
- Update Microsoft.CodeAnalysis.CSharp.Workspaces to 4.6.0 by @meziantou in #529
- Perf: Cache symbols at compilation start by @meziantou in #530
Full Changelog: 2.0.50...2.0.51
2.0.50
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.50
What's Changed
- Fix MA0099 for default values in attributes when using Roslyn4.4 or below by @meziantou in #526
Full Changelog: 2.0.49...2.0.50
2.0.49
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.49
What's Changed
- MA0099: Simplify implementation and detect more cases by @meziantou in #524
Full Changelog: 2.0.48...2.0.49
2.0.48
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.48
What's Changed
- Fix false-positive for MA0075 by @meziantou in #523
Full Changelog: 2.0.47...2.0.48
2.0.47
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.47
What's Changed
- Document CA2208 as similar to MA0015. by @drieseng in #521
- Document CA1052/CA1822 as similar rules by @drieseng in #520
- Replace docs.microsoft.com with learn.microsoft.com by @meziantou in #522
Full Changelog: 2.0.46...2.0.47
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