IDisposableAnalyzers 2.1.1

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

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

BUGFIX: File.ReadAllText does not create a disposable.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (5)

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.

QuickLink

Package Description

Belp.Formatting

An unofficial bundle of formatting tools that strives for closeness to conventional C#.

GitHub repositories (32)

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/)
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 726,526 6/19/2024
4.0.7 1,122,549 9/11/2023
4.0.6 254,007 4/12/2023
4.0.5 5,266 4/8/2023
4.0.4 65,465 4/2/2023
4.0.3 10,138 4/1/2023
4.0.2 868,808 3/6/2022
4.0.1 152,846 12/16/2021
4.0.0 25,441 11/21/2021
3.4.15 221,619 8/17/2021
3.4.14 3,053 8/16/2021
3.4.13 206,057 2/28/2021
3.4.12 2,789 2/26/2021
3.4.11 5,200 2/23/2021
3.4.10 39,716 2/14/2021
3.4.9 2,751 2/13/2021
3.4.8 64,934 12/31/2020
3.4.7 3,326 12/27/2020
3.4.6 15,863 12/2/2020
3.4.5 13,582 11/16/2020
3.4.3 16,979 10/27/2020
3.4.2 55,436 9/20/2020
3.4.1 161,908 5/23/2020
3.3.9 4,938 5/15/2020
3.3.8 8,385 5/6/2020
3.3.7 25,594 4/19/2020
3.3.6 2,775 4/18/2020
3.3.5 4,681 4/13/2020
3.3.4 6,448 4/10/2020
3.3.3 2,812 4/10/2020
3.3.2 35,302 3/11/2020
3.3.1 88,913 2/28/2020
3.3.0 7,322 2/5/2020
3.2.0 32,307 12/5/2019
3.1.0 19,722 11/26/2019
3.0.1 3,217 11/20/2019
3.0.0 3,246 11/17/2019
2.1.3 14,510 11/17/2019
2.1.2 99,032 1/29/2019
2.1.1 3,131 1/27/2019
2.1.0 3,014 1/26/2019
2.0.7 3,641 1/13/2019
2.0.6 11,628 11/5/2018
2.0.5 3,357 10/23/2018
2.0.4 4,622 10/15/2018
2.0.3.3 9,043 8/20/2018
2.0.3.1 3,309 8/13/2018
2.0.3 3,339 8/10/2018
2.0.2.2 4,767 5/24/2018
2.0.2.1 3,529 5/12/2018
2.0.2 3,683 5/9/2018
2.0.1 4,448 4/12/2018
2.0.0.2 3,335 4/11/2018
2.0.0.1 3,448 4/11/2018
2.0.0 3,319 4/11/2018
1.0.0 9,911 4/5/2018
0.1.4.5-dev 1,669 2/27/2018
0.1.4.4-dev 1,468 2/22/2018
0.1.4.3-dev 1,072 1/22/2018
0.1.4.2-dev 1,685 12/23/2017
0.1.4.1-dev 1,155 12/22/2017
0.1.3.1-dev 3,595 11/20/2017
0.1.3-dev 1,008 11/19/2017
0.1.2-dev 1,465 11/1/2017
0.1.1-dev 955 10/30/2017
0.1.0.2-dev 2,012 9/17/2017

BUGFIX: File.ReadAllText does not create a disposable.