DotNetAnalyzers/IDisposableAnalyzers

Release notes for 4.0.0?

Eli-Black-Work opened this issue ยท 4 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! ๐Ÿ™‚

Bouke commented

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.