IDisposableAnalyzers 4.0.7

dotnet add package IDisposableAnalyzers --version 4.0.7
NuGet\Install-Package IDisposableAnalyzers -Version 4.0.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="4.0.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 4.0.7
#r "nuget: IDisposableAnalyzers, 4.0.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=4.0.7

// Install IDisposableAnalyzers as a Cake Tool
#tool nuget:?package=IDisposableAnalyzers&version=4.0.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 (22)

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

Repository Stars
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
Baseflow/LottieXamarin
Render After Effects animations natively on Android, iOS, MacOS and TvOS for Xamarin
rotorgames/Rg.Plugins.Popup
Xamarin Forms popup plugin
Version Downloads Last updated
4.0.7 20,568 9/11/2023
4.0.6 149,561 4/12/2023
4.0.5 3,893 4/8/2023
4.0.4 33,508 4/2/2023
4.0.3 2,694 4/1/2023
4.0.2 613,628 3/6/2022
4.0.1 71,042 12/16/2021
4.0.0 22,382 11/21/2021
3.4.15 186,617 8/17/2021
3.4.14 1,773 8/16/2021
3.4.13 183,967 2/28/2021
3.4.12 1,516 2/26/2021
3.4.11 3,464 2/23/2021
3.4.10 36,169 2/14/2021
3.4.9 1,468 2/13/2021
3.4.8 55,537 12/31/2020
3.4.7 2,064 12/27/2020
3.4.6 13,829 12/2/2020
3.4.5 12,303 11/16/2020
3.4.3 15,250 10/27/2020
3.4.2 52,319 9/20/2020
3.4.1 147,050 5/23/2020
3.3.9 3,259 5/15/2020
3.3.8 7,153 5/6/2020
3.3.7 24,016 4/19/2020
3.3.6 1,519 4/18/2020
3.3.5 3,271 4/13/2020
3.3.4 5,182 4/10/2020
3.3.3 1,559 4/10/2020
3.3.2 25,587 3/11/2020
3.3.1 87,316 2/28/2020
3.3.0 5,785 2/5/2020
3.2.0 28,297 12/5/2019
3.1.0 18,491 11/26/2019
3.0.1 1,960 11/20/2019
3.0.0 1,971 11/17/2019
2.1.3 12,859 11/17/2019
2.1.2 79,615 1/29/2019
2.1.1 1,889 1/27/2019
2.1.0 1,720 1/26/2019
2.0.7 2,337 1/13/2019
2.0.6 10,248 11/5/2018
2.0.5 2,063 10/23/2018
2.0.4 3,318 10/15/2018
2.0.3.3 7,194 8/20/2018
2.0.3.1 1,986 8/13/2018
2.0.3 2,039 8/10/2018
2.0.2.2 3,477 5/24/2018
2.0.2.1 2,221 5/12/2018
2.0.2 2,377 5/9/2018
2.0.1 3,153 4/12/2018
2.0.0.2 2,060 4/11/2018
2.0.0.1 2,191 4/11/2018
2.0.0 2,038 4/11/2018
1.0.0 6,667 4/5/2018
0.1.4.5-dev 1,582 2/27/2018
0.1.4.4-dev 1,322 2/22/2018
0.1.4.3-dev 963 1/22/2018
0.1.4.2-dev 1,565 12/23/2017
0.1.4.1-dev 1,036 12/22/2017
0.1.3.1-dev 3,458 11/20/2017
0.1.3-dev 852 11/19/2017
0.1.2-dev 1,311 11/1/2017
0.1.1-dev 854 10/30/2017
0.1.0.2-dev 1,911 9/17/2017

4.0.7
     BUGFIX: Handle target typed new
     4.0.6
     BUGFIX: Handle ref struct
     BUGFIX: Handle target typed new
     4.0.5
     BUGFIX: Handle ValueTask
     BUGFIX: awaited in expression
     4.0.3
     BUGFIX: Handle recursive builder
     4.0.2
     BUGFIX: IDISP007 when disposing static member in static context
     4.0.1
     BUGFIX: IDISP007 false warning when using Rx
     BUGFIX: IDISP016 false warning when foreach
     BUGFIX: Handle leaveOpen when AsyncDisposable
     BUGIX: Handle top level statements.
     4.0.0
     BREAKING: For VS2022+ now.
     BUGFIX: AD0001 -> Could not load file or assembly
     3.4.15
     BUGFIX: IDISP005 with ServiceDescriptor
     BUGFIX: IDISP004 when DisposeWith
     3.4.14
     BUGFIX: IDISP005 should not warn in Assert.Throws.
     BUGFIX: Handle function pointer.
     3.4.13
     BUGFIX: Specialcase Gu.Reactive extension methods.
     3.4.12
     BUGFIX: Handle more cases when chained extension methods.
     BUGFIX: When leaveOpen has default value
     3.4.11
     BUGFIX IDISP023 handle trivial and.
     BUGFIX IDISP023 when chained constructors
     BUGFIX IDISP001 when if statement.
     BUGFIX IDISP004 when chained leave open.
     3.4.10
     BUGFIX: Handle using in loop
     3.4.9
     BUGFIX: IDISP023 Allow touching static reference types.
     BUGFIX: AD0001: Analyzer 'IDisposableAnalyzers.LocalDeclarationAnalyzer
     3.4.8
     BUGFIX: Don't use Roslyn's SymbolEqualityComparer
     3.4.7
     Can't repro issues, thinking maybe the 3.4.6 release used wrong binaries.
     3.4.6
     BUGFIX: IDSP007 when using declaration.
     BUGFIX: Figure out chained calls.
     3.4.5
     FEATURE: Handle switch expression.
     BUGFIX: Figure out await in more places.
     BUGFIX: Tweak assumptions about binary symbols.
     BUGFIX: Handle Interlocked.Exchange
     3.4.4
     FEATURE: Handle some common uses of reflection.
     3.4.3
     Special case ConnectionFactory.CreateConnection
     BUGFIX: Handle chained calls
     BUGFIX: Cast and dispose correctly.
     3.4.2
     Handle some regressions in Roslyn 3.7
     3.4.1
     Publish with binaries.
     3.4.0
     FEATURE: Handle DisposableMixins.DisposeWith
     BUGFIX: IDISP025 when abstract dispose method.
     BUGFIX: IDISP006 when explicit implementation.
     3.3.9
     BUGFIX: Special case IHostedService more
     3.3.8
     BUGFIX: Handle nullable
     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.