IDisposableAnalyzers 3.3.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package IDisposableAnalyzers --version 3.3.7
NuGet\Install-Package IDisposableAnalyzers -Version 3.3.7
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="IDisposableAnalyzers" Version="3.3.7">
  <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 IDisposableAnalyzers --version 3.3.7
#r "nuget: IDisposableAnalyzers, 3.3.7"
#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 IDisposableAnalyzers as a Cake Addin
#addin nuget:?package=IDisposableAnalyzers&version=3.3.7

// Install IDisposableAnalyzers as a Cake Tool
#tool nuget:?package=IDisposableAnalyzers&version=3.3.7

Analyzers and fixes for IDisposable.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on IDisposableAnalyzers:

Package Downloads
Messerli.CodeStyle The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Various analyzers bundled with opinionated configuration

PixelatedLabs.Standard

Common static analysis configuration for .NET projects.

BitCore.CodingPolicy

The BitCore.Coding policy is a collection of naming and coding rules for the C# programming language.

GitHub repositories (26)

Showing the top 5 popular GitHub repositories that depend on IDisposableAnalyzers:

Repository Stars
jellyfin/jellyfin
The Free Software Media System
d2phap/ImageGlass
🏞 A lightweight, versatile image viewer
discord-net/Discord.Net
An unofficial .Net wrapper for the Discord API (https://discord.com/)
Fody/Costura
Embed references as resources
dotnet/format
Home for the dotnet-format command
Version Downloads Last updated
4.0.7 585,261 9/11/2023
4.0.6 229,593 4/12/2023
4.0.5 4,848 4/8/2023
4.0.4 60,912 4/2/2023
4.0.3 9,551 4/1/2023
4.0.2 761,744 3/6/2022
4.0.1 104,414 12/16/2021
4.0.0 23,897 11/21/2021
3.4.15 205,277 8/17/2021
3.4.14 2,684 8/16/2021
3.4.13 199,230 2/28/2021
3.4.12 2,411 2/26/2021
3.4.11 4,682 2/23/2021
3.4.10 38,235 2/14/2021
3.4.9 2,370 2/13/2021
3.4.8 62,030 12/31/2020
3.4.7 2,959 12/27/2020
3.4.6 15,075 12/2/2020
3.4.5 13,200 11/16/2020
3.4.3 16,452 10/27/2020
3.4.2 54,528 9/20/2020
3.4.1 155,597 5/23/2020
3.3.9 4,502 5/15/2020
3.3.8 8,001 5/6/2020
3.3.7 25,064 4/19/2020
3.3.6 2,409 4/18/2020
3.3.5 4,288 4/13/2020
3.3.4 6,077 4/10/2020
3.3.3 2,439 4/10/2020
3.3.2 33,135 3/11/2020
3.3.1 88,391 2/28/2020
3.3.0 6,803 2/5/2020
3.2.0 30,601 12/5/2019
3.1.0 19,361 11/26/2019
3.0.1 2,837 11/20/2019
3.0.0 2,884 11/17/2019
2.1.3 14,095 11/17/2019
2.1.2 83,494 1/29/2019
2.1.1 2,753 1/27/2019
2.1.0 2,639 1/26/2019
2.0.7 3,250 1/13/2019
2.0.6 11,209 11/5/2018
2.0.5 2,969 10/23/2018
2.0.4 4,232 10/15/2018
2.0.3.3 8,390 8/20/2018
2.0.3.1 2,924 8/13/2018
2.0.3 2,952 8/10/2018
2.0.2.2 4,384 5/24/2018
2.0.2.1 3,166 5/12/2018
2.0.2 3,320 5/9/2018
2.0.1 4,060 4/12/2018
2.0.0.2 2,957 4/11/2018
2.0.0.1 3,072 4/11/2018
2.0.0 2,935 4/11/2018
1.0.0 8,042 4/5/2018
0.1.4.5-dev 1,637 2/27/2018
0.1.4.4-dev 1,436 2/22/2018
0.1.4.3-dev 1,040 1/22/2018
0.1.4.2-dev 1,653 12/23/2017
0.1.4.1-dev 1,120 12/22/2017
0.1.3.1-dev 3,555 11/20/2017
0.1.3-dev 976 11/19/2017
0.1.2-dev 1,433 11/1/2017
0.1.1-dev 937 10/30/2017
0.1.0.2-dev 1,980 9/17/2017

3.3.7
     BUGFIX: Handle conditional access (regression)
     3.3.6
     Handle ValueTask
     Handle HostingAbstractionsHostExtensions
     BUGFIX: IDISP010 when public override void Dispose()
     3.3.5
     Handle IHostedService
     3.3.4
     BUGFIX: IDISP004 when yield return.
     BUGFIX: IDISP004 handle System.Net.Mail.Attachment
     BUGFIX: IDISP003 handle null forgiving operator.
     3.3.3
     BUGFIX: Infinite recursion killing VS.
     3.3.2
     BUGFIX: IDISP023 don't warn on attribute.
     3.3.1
     BUGFIX: IDISP017: when DisposeAsync()
     BUGFIX: IDISP004 when pooled
     3.3.0
     FEAUTURE: Initial support for AsyncDisposable
     3.2.0
     BUGFIX: Handle extension methods in binary references better.