IDisposableAnalyzers 0.1.4.1-dev

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

// Install IDisposableAnalyzers as a Cake Tool
#tool nuget:?package=IDisposableAnalyzers&version=0.1.4.1-dev&prerelease                

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

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,149,305 6/19/2024
4.0.7 1,231,864 9/11/2023
4.0.6 257,122 4/12/2023
4.0.5 5,572 4/8/2023
4.0.4 67,801 4/2/2023
4.0.3 10,438 4/1/2023
4.0.2 900,711 3/6/2022
4.0.1 154,004 12/16/2021
4.0.0 26,045 11/21/2021
3.4.15 225,016 8/17/2021
3.4.14 3,349 8/16/2021
3.4.13 208,682 2/28/2021
3.4.12 3,080 2/26/2021
3.4.11 5,494 2/23/2021
3.4.10 40,277 2/14/2021
3.4.9 3,040 2/13/2021
3.4.8 65,675 12/31/2020
3.4.7 3,616 12/27/2020
3.4.6 16,235 12/2/2020
3.4.5 13,878 11/16/2020
3.4.3 17,281 10/27/2020
3.4.2 55,834 9/20/2020
3.4.1 164,156 5/23/2020
3.3.9 5,248 5/15/2020
3.3.8 8,678 5/6/2020
3.3.7 25,977 4/19/2020
3.3.6 3,067 4/18/2020
3.3.5 5,023 4/13/2020
3.3.4 6,740 4/10/2020
3.3.3 3,108 4/10/2020
3.3.2 37,536 3/11/2020
3.3.1 89,306 2/28/2020
3.3.0 7,664 2/5/2020
3.2.0 32,964 12/5/2019
3.1.0 20,016 11/26/2019
3.0.1 3,510 11/20/2019
3.0.0 3,542 11/17/2019
2.1.3 14,816 11/17/2019
2.1.2 100,381 1/29/2019
2.1.1 3,420 1/27/2019
2.1.0 3,312 1/26/2019
2.0.7 3,947 1/13/2019
2.0.6 11,936 11/5/2018
2.0.5 3,661 10/23/2018
2.0.4 4,923 10/15/2018
2.0.3.3 9,392 8/20/2018
2.0.3.1 3,604 8/13/2018
2.0.3 3,638 8/10/2018
2.0.2.2 5,072 5/24/2018
2.0.2.1 3,835 5/12/2018
2.0.2 3,991 5/9/2018
2.0.1 4,752 4/12/2018
2.0.0.2 3,638 4/11/2018
2.0.0.1 3,753 4/11/2018
2.0.0 3,627 4/11/2018
1.0.0 11,667 4/5/2018
0.1.4.5-dev 1,684 2/27/2018
0.1.4.4-dev 1,483 2/22/2018
0.1.4.3-dev 1,085 1/22/2018
0.1.4.2-dev 1,699 12/23/2017
0.1.4.1-dev 1,167 12/22/2017
0.1.3.1-dev 3,612 11/20/2017
0.1.3-dev 1,022 11/19/2017
0.1.2-dev 1,477 11/1/2017
0.1.1-dev 969 10/30/2017
0.1.0.2-dev 2,028 9/17/2017

PERFORMANCE: Merged many analyzers doing the same expensive analysis to fewer.
BUGFIX: IDISP004 nag on argument to invcation.
BUGFIX: IDISP003 handle lazy properties.
BUGFIX: Generate correct code for disposing explicit disposable.
BUGFIX: IDISP004 nag on chained invocation.
BUGFIX: IDISP004 default warning.
FEATURE: IDISP0011 don't return disposed instance.
FEATURE: IDISP0011 property should not return created disposable.