IDisposableAnalyzers 3.3.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package IDisposableAnalyzers --version 3.3.2                
NuGet\Install-Package IDisposableAnalyzers -Version 3.3.2                
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.2">
  <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.2                
#r "nuget: IDisposableAnalyzers, 3.3.2"                
#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.2

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

BUGFIX Handle Dipatcher.Invoke
FEATURE Handle some Winforms specific use cases.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on IDisposableAnalyzers:

Package Downloads
Messerli.CodeStyle

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.

Polyadic.CodeStyle

Various analyzers bundled with opinionated configuration

QuickLink

Package Description

GitHub repositories (36)

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

Repository Stars
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
d2phap/ImageGlass
🏞 A lightweight, versatile image viewer
discord-net/Discord.Net
An unofficial .Net wrapper for the Discord API (https://discord.com/)
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
Fody/Costura
Embed references as resources
Version Downloads Last updated
4.0.8 1,324,367 6/19/2024
4.0.7 1,286,900 9/11/2023
4.0.6 258,708 4/12/2023
4.0.5 5,745 4/8/2023
4.0.4 69,134 4/2/2023
4.0.3 10,589 4/1/2023
4.0.2 916,251 3/6/2022
4.0.1 154,549 12/16/2021
4.0.0 26,488 11/21/2021
3.4.15 226,741 8/17/2021
3.4.14 3,499 8/16/2021
3.4.13 210,011 2/28/2021
3.4.12 3,235 2/26/2021
3.4.11 5,647 2/23/2021
3.4.10 40,470 2/14/2021
3.4.9 3,191 2/13/2021
3.4.8 66,049 12/31/2020
3.4.7 3,768 12/27/2020
3.4.6 16,452 12/2/2020
3.4.5 14,033 11/16/2020
3.4.3 17,441 10/27/2020
3.4.2 56,007 9/20/2020
3.4.1 164,767 5/23/2020
3.3.9 5,411 5/15/2020
3.3.8 8,843 5/6/2020
3.3.7 26,149 4/19/2020
3.3.6 3,221 4/18/2020
3.3.5 5,190 4/13/2020
3.3.4 6,893 4/10/2020
3.3.3 3,266 4/10/2020
3.3.2 38,589 3/11/2020
3.3.1 89,530 2/28/2020
3.3.0 7,824 2/5/2020
3.2.0 33,287 12/5/2019
3.1.0 20,169 11/26/2019
3.0.1 3,662 11/20/2019
3.0.0 3,697 11/17/2019
2.1.3 14,989 11/17/2019
2.1.2 101,111 1/29/2019
2.1.1 3,580 1/27/2019
2.1.0 3,471 1/26/2019
2.0.7 4,106 1/13/2019
2.0.6 12,111 11/5/2018
2.0.5 3,825 10/23/2018
2.0.4 5,088 10/15/2018
2.0.3.3 9,627 8/20/2018
2.0.3.1 3,773 8/13/2018
2.0.3 3,809 8/10/2018
2.0.2.2 5,287 5/24/2018
2.0.2.1 4,059 5/12/2018
2.0.2 4,212 5/9/2018
2.0.1 4,968 4/12/2018
2.0.0.2 3,855 4/11/2018
2.0.0.1 3,974 4/11/2018
2.0.0 3,846 4/11/2018
1.0.0 12,326 4/5/2018
0.1.4.5-dev 1,733 2/27/2018
0.1.4.4-dev 1,560 2/22/2018
0.1.4.3-dev 1,166 1/22/2018
0.1.4.2-dev 1,780 12/23/2017
0.1.4.1-dev 1,249 12/22/2017
0.1.3.1-dev 3,663 11/20/2017
0.1.3-dev 1,074 11/19/2017
0.1.2-dev 1,530 11/1/2017
0.1.1-dev 1,021 10/30/2017
0.1.0.2-dev 2,080 9/17/2017

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.