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