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 21,432 3/6/2020
3.2.2 739 2/9/2020
3.2.1 593 1/17/2020
3.2.0 656 11/10/2019
3.1.0 606 11/8/2019
3.0.0 624 11/8/2019
2.4.2 743 2/9/2020
2.4.1 614 1/17/2020
2.4.0 629 11/10/2019
2.3.1 635 11/8/2019
2.3.0 645 10/27/2019
2.2.0 669 10/18/2019
2.1.3 618 10/5/2019
2.1.2 639 9/27/2019
2.1.1 676 9/22/2019
2.1.0 692 9/20/2019
2.0.1 666 9/13/2019
2.0.0 668 8/16/2019
1.6.0 1,231 7/23/2019
1.5.0 770 3/6/2019
1.4.0 784 2/14/2019

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