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.
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.
// Install DisposableFixer as a Cake Addin
#addin nuget:?package=DisposableFixer&version=3.3.0

// Install DisposableFixer as a Cake Tool
#tool nuget:?package=DisposableFixer&version=3.3.0

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 17,511 3/6/2020
3.2.2 576 2/9/2020
3.2.1 426 1/17/2020
3.2.0 496 11/10/2019
3.1.0 444 11/8/2019
3.0.0 462 11/8/2019
2.4.2 580 2/9/2020
2.4.1 450 1/17/2020
2.4.0 465 11/10/2019
2.3.1 468 11/8/2019
2.3.0 479 10/27/2019
2.2.0 501 10/18/2019
2.1.3 460 10/5/2019
2.1.2 475 9/27/2019
2.1.1 511 9/22/2019
2.1.0 530 9/20/2019
2.0.1 505 9/13/2019
2.0.0 504 8/16/2019
1.6.0 1,061 7/23/2019
1.5.0 600 3/6/2019
1.4.0 613 2/14/2019

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