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 22,059 3/6/2020
3.2.2 777 2/9/2020
3.2.1 634 1/17/2020
3.2.0 699 11/10/2019
3.1.0 649 11/8/2019
3.0.0 669 11/8/2019
2.4.2 785 2/9/2020
2.4.1 656 1/17/2020
2.4.0 674 11/10/2019
2.3.1 682 11/8/2019
2.3.0 689 10/27/2019
2.2.0 714 10/18/2019
2.1.3 663 10/5/2019
2.1.2 687 9/27/2019
2.1.1 720 9/22/2019
2.1.0 737 9/20/2019
2.0.1 708 9/13/2019
2.0.0 713 8/16/2019
1.6.0 1,273 7/23/2019
1.5.0 817 3/6/2019
Loading failed

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