Skip to content

Releases: meziantou/Meziantou.Analyzer

2.0.42

26 Apr 13:06
8646563
Compare
Choose a tag to compare

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

26 Apr 02:28
ae9112c
Compare
Choose a tag to compare

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

26 Apr 00:44
9e5d9e3
Compare
Choose a tag to compare

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.40

What's Changed

Full Changelog: 2.0.39...2.0.40

2.0.39

26 Apr 00:34
0395ec6
Compare
Choose a tag to compare

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

26 Apr 00:06
df707da
Compare
Choose a tag to compare

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

25 Apr 02:07
e679d84
Compare
Choose a tag to compare

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

21 Apr 23:38
3a7638d
Compare
Choose a tag to compare

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

21 Apr 02:20
ad5d439
Compare
Choose a tag to compare

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.35

What's Changed

New Contributors

Full Changelog: 2.0.34...2.0.35

2.0.34

16 Apr 16:17
2c4e075
Compare
Choose a tag to compare

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

13 Apr 01:25
7521e02
Compare
Choose a tag to compare

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