IDisposableAnalyzers 4.0.8

dotnet add package IDisposableAnalyzers --version 4.0.8
                    
NuGet\Install-Package IDisposableAnalyzers -Version 4.0.8
                    
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.8">
  <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.
<PackageVersion Include="IDisposableAnalyzers" Version="4.0.8" />
                    
Directory.Packages.props
<PackageReference Include="IDisposableAnalyzers">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 IDisposableAnalyzers --version 4.0.8
                    
#r "nuget: IDisposableAnalyzers, 4.0.8"
                    
#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 IDisposableAnalyzers@4.0.8
                    
#: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=IDisposableAnalyzers&version=4.0.8
                    
Install as a Cake Addin
#tool nuget:?package=IDisposableAnalyzers&version=4.0.8
                    
Install as a Cake Tool

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 (11)

Showing the top 5 NuGet packages that depend on IDisposableAnalyzers:

Package Downloads
Microsoft.AI.Foundry.Local

Microsoft AI Foundry Local SDK for .NET

Messerli.CodeStyle

Various analyzers bundled with opinionated configuration

mu88.Shared

This is a little helper NuGet package to share certain the following aspects: - Enable .NET metrics and expose them via OpenTelemetry - Provide a custom health check tool for distroless scenarios - Reference Roslyn analyzers for consistent code quality across projects - Enable NuGet package auditing to detect vulnerabilities in dependencies - Enable NuGet package lock files for deterministic builds - Set MSBuild properties for container builds using Microsoft.NET.Build.Containers, enabling OCI-compliant container image metadata - Provide dedicated MSBuild target for publishing both regular and chiseled container images with corresponding tags

FossPDF

FossPDF is an open-source, modern and battle-tested library that can help you with generating PDF documents by offering friendly, discoverable and predictable C# fluent API. Easily generate PDF reports, invoices, exports, etc.

BitCore.CodingPolicy

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

GitHub repositories (40)

Showing the top 20 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
Mapsui/Mapsui
Mapsui is a .NET Map component for: MAUI, Avalonia, Uno Platform, Blazor, WPF, WinUI, Windows Forms, Eto Forms, .NET for Android and .NET for iOS
Baseflow/LottieXamarin
Render After Effects animations natively on Android, iOS, MacOS and TvOS for Xamarin
rotorgames/Rg.Plugins.Popup
Xamarin Forms popup plugin
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
VahidN/EFCoreSecondLevelCacheInterceptor
EF Core Second Level Cache Interceptor
Catel/Catel
An application development platform
Baseflow/XamarinMediaManager
Cross platform Xamarin plugin to play and control Audio and Video
Genbox/VelcroPhysics
High performance 2D collision detection system with realistic physics responses.
Buildalyzer/Buildalyzer
A utility to perform design-time builds of .NET projects without having to think too hard about it.
Baseflow/XF-Material-Library
A Xamarin Forms library for implementing Material Design
WildGums/Orchestra
Orchestra is a composable shell and WPF framework built on top of Catel
linkdotnet/Blog
A blog (engine) completely written in C# and Blazor. It aims to be a simple use and easy to extend platform. Blogposts are written in Markdown and are rendered to HTML. This gives all the flexibility needed to express yourself but also have an easy way of creating posts in the first place.
jellyfin/TMDbLib
C#.Net library for TheMovieDB
GitTools/GitReleaseManager
Tool for creating and exporting releases for software applications hosted on GitHub
klemmchr/MvvmBlazor
A lightweight Blazor Mvvm Library
Version Downloads Last Updated
4.0.8 4,032,421 6/19/2024
4.0.7 1,583,412 9/11/2023
4.0.6 286,042 4/12/2023
4.0.5 6,594 4/8/2023
4.0.4 76,636 4/2/2023
4.0.3 11,392 4/1/2023
4.0.2 1,011,822 3/6/2022
4.0.1 166,186 12/16/2021
4.0.0 30,224 11/21/2021
3.4.15 252,033 8/17/2021
3.4.14 4,313 8/16/2021
3.4.13 225,588 2/28/2021
3.4.12 4,077 2/26/2021
3.4.11 6,471 2/23/2021
3.4.10 41,415 2/14/2021
3.4.9 4,030 2/13/2021
3.4.8 69,258 12/31/2020
3.4.7 4,604 12/27/2020
3.4.6 17,556 12/2/2020
3.4.5 14,905 11/16/2020
Loading failed

4.0.8
     BUGFIX: Handle moq setup
     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.