DotNetAnalyzers / IDisposableAnalyzers

Roslyn analyzers for IDisposable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release notes for 4.0.0?

Eli-Black-Work opened this issue Β· comments

It looks like the release notes for release 4.0.0 are missing from https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md πŸ™‚

Ew, sorry about that, thanks for the reminder.

No worries! πŸ™‚

What does "BREAKING: For VS2022+ now." mean? Does the analyzer only work with Visual Studio 2022 (and greater)? What about other versions, tooling? e.g. MSBuild and Rider?

It uses Microsoft.CodeAnalysis.CSharp 4.0.1 so Visual Studio 2022 and greater.
I don't know what Rider uses but assume they are fast at updating. Easiest is to try I think.