IDisposableGenerator 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package IDisposableGenerator --version 1.1.0                
NuGet\Install-Package IDisposableGenerator -Version 1.1.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="IDisposableGenerator" Version="1.1.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IDisposableGenerator --version 1.1.0                
#r "nuget: IDisposableGenerator, 1.1.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install IDisposableGenerator as a Cake Addin
#addin nuget:?package=IDisposableGenerator&version=1.1.0

// Install IDisposableGenerator as a Cake Tool
#tool nuget:?package=IDisposableGenerator&version=1.1.0                

Source Generator Generating the Dispose functions in Disposables.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 2,160 12/8/2022
1.1.0 1,298 4/22/2022
1.0.0 1,027 7/11/2021

Changes in this release:
- Source generate the attributes (Post Init step).
- Ensure all generated code use file-scoped namespaces and global usings when used in a project with C# 10 or newer enabled.
- Remove roslyn package dependencies from package as those should be resolved from the compiler's copies.
- Moved the generator assembly files from analyzers\cs to analyzers\dotnet\cs.
- Allow multiple WorkItems in the generator.
- Renamed SetNullOnDisposeAttribute to NullOnDisposeAttribute.
- Added Visual Basic source generator.
- Migrated to an Incremental Source Generator (Source Generator V2 APIs).