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

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 778,061 6/19/2024
4.0.7 1,133,638 9/11/2023
4.0.6 254,268 4/12/2023
4.0.5 5,268 4/8/2023
4.0.4 65,687 4/2/2023
4.0.3 10,140 4/1/2023
4.0.2 872,033 3/6/2022
4.0.1 152,950 12/16/2021
4.0.0 25,507 11/21/2021
3.4.15 221,967 8/17/2021
3.4.14 3,057 8/16/2021
3.4.13 206,235 2/28/2021
3.4.12 2,791 2/26/2021
3.4.11 5,202 2/23/2021
3.4.10 39,752 2/14/2021
3.4.9 2,753 2/13/2021
3.4.8 64,992 12/31/2020
3.4.7 3,328 12/27/2020
3.4.6 15,882 12/2/2020
3.4.5 13,584 11/16/2020
3.4.3 16,983 10/27/2020
3.4.2 55,446 9/20/2020
3.4.1 162,144 5/23/2020
3.3.9 4,947 5/15/2020
3.3.8 8,387 5/6/2020
3.3.7 25,605 4/19/2020
3.3.6 2,777 4/18/2020
3.3.5 4,685 4/13/2020
3.3.4 6,450 4/10/2020
3.3.3 2,814 4/10/2020
3.3.2 35,381 3/11/2020
3.3.1 88,960 2/28/2020
3.3.0 7,331 2/5/2020
3.2.0 32,373 12/5/2019
3.1.0 19,724 11/26/2019
3.0.1 3,219 11/20/2019
3.0.0 3,250 11/17/2019
2.1.3 14,512 11/17/2019
2.1.2 99,180 1/29/2019
2.1.1 3,133 1/27/2019
2.1.0 3,016 1/26/2019
2.0.7 3,643 1/13/2019
2.0.6 11,630 11/5/2018
2.0.5 3,359 10/23/2018
2.0.4 4,624 10/15/2018
2.0.3.3 9,063 8/20/2018
2.0.3.1 3,311 8/13/2018
2.0.3 3,341 8/10/2018
2.0.2.2 4,769 5/24/2018
2.0.2.1 3,533 5/12/2018
2.0.2 3,687 5/9/2018
2.0.1 4,450 4/12/2018
2.0.0.2 3,337 4/11/2018
2.0.0.1 3,450 4/11/2018
2.0.0 3,321 4/11/2018
1.0.0 10,141 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.