DisposableFixer 3.3.0

dotnet add package DisposableFixer --version 3.3.0
                    
NuGet\Install-Package DisposableFixer -Version 3.3.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="DisposableFixer" Version="3.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DisposableFixer" Version="3.3.0" />
                    
Directory.Packages.props
<PackageReference Include="DisposableFixer" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DisposableFixer --version 3.3.0
                    
#r "nuget: DisposableFixer, 3.3.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.
#:package DisposableFixer@3.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DisposableFixer&version=3.3.0
                    
Install as a Cake Addin
#tool nuget:?package=DisposableFixer&version=3.3.0
                    
Install as a Cake Tool

DisposableFixer

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
3.3.0 20,144 3/6/2020
3.2.2 703 2/9/2020
3.2.1 557 1/17/2020
3.2.0 621 11/10/2019
3.1.0 570 11/8/2019
3.0.0 589 11/8/2019
2.4.2 708 2/9/2020
2.4.1 577 1/17/2020
2.4.0 591 11/10/2019
2.3.1 599 11/8/2019
2.3.0 609 10/27/2019
2.2.0 633 10/18/2019
2.1.3 583 10/5/2019
2.1.2 604 9/27/2019
2.1.1 638 9/22/2019
2.1.0 657 9/20/2019
2.0.1 642 9/13/2019
2.0.0 633 8/16/2019
1.6.0 1,195 7/23/2019
1.5.0 746 3/6/2019
1.4.0 749 2/14/2019

Release 3.3.0
* Issue 147: Added code fix to dispose local and anonymous variables via using declaration