Releases: Archomeda/DisposeGenerator
Releases · Archomeda/DisposeGenerator
v0.2.1
- Fix members with explicit
IDisposable
orIAsyncDisposable
type from not being disposed
v0.2.0
- Add support to explicitly dispose properties with
IncludeDisposeAttribute
- Move all attributes from the
DisposeGenerator.Attributes
to theDisposeGenerator
namespace
v0.1.3
- Downgrade Microsoft.CodeAnalysis.CSharp to 3.9.0 to support Visual Studio 2019 16.9 and up
v0.1.2
- Fix packing as development dependency
v0.1.1
- Fix packing the source generator as analyzer
v0.1.0
This is the initial release.