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 (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 - 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 892,035 6/19/2024
4.0.7 1,162,551 9/11/2023
4.0.6 254,915 4/12/2023
4.0.5 5,407 4/8/2023
4.0.4 66,452 4/2/2023
4.0.3 10,281 4/1/2023
4.0.2 882,403 3/6/2022
4.0.1 153,342 12/16/2021
4.0.0 25,814 11/21/2021
3.4.15 222,979 8/17/2021
3.4.14 3,194 8/16/2021
3.4.13 206,909 2/28/2021
3.4.12 2,923 2/26/2021
3.4.11 5,341 2/23/2021
3.4.10 40,014 2/14/2021
3.4.9 2,884 2/13/2021
3.4.8 65,209 12/31/2020
3.4.7 3,460 12/27/2020
3.4.6 16,049 12/2/2020
3.4.5 13,722 11/16/2020
3.4.3 17,122 10/27/2020
3.4.2 55,616 9/20/2020
3.4.1 162,990 5/23/2020
3.3.9 5,086 5/15/2020
3.3.8 8,521 5/6/2020
3.3.7 25,764 4/19/2020
3.3.6 2,914 4/18/2020
3.3.5 4,821 4/13/2020
3.3.4 6,590 4/10/2020
3.3.3 2,952 4/10/2020
3.3.2 35,892 3/11/2020
3.3.1 89,104 2/28/2020
3.3.0 7,480 2/5/2020
3.2.0 32,613 12/5/2019
3.1.0 19,861 11/26/2019
3.0.1 3,354 11/20/2019
3.0.0 3,386 11/17/2019
2.1.3 14,652 11/17/2019
2.1.2 99,607 1/29/2019
2.1.1 3,266 1/27/2019
2.1.0 3,158 1/26/2019
2.0.7 3,782 1/13/2019
2.0.6 11,782 11/5/2018
2.0.5 3,503 10/23/2018
2.0.4 4,767 10/15/2018
2.0.3.3 9,233 8/20/2018
2.0.3.1 3,449 8/13/2018
2.0.3 3,479 8/10/2018
2.0.2.2 4,912 5/24/2018
2.0.2.1 3,677 5/12/2018
2.0.2 3,828 5/9/2018
2.0.1 4,588 4/12/2018
2.0.0.2 3,481 4/11/2018
2.0.0.1 3,593 4/11/2018
2.0.0 3,467 4/11/2018
1.0.0 10,604 4/5/2018
0.1.4.5-dev 1,677 2/27/2018
0.1.4.4-dev 1,477 2/22/2018
0.1.4.3-dev 1,080 1/22/2018
0.1.4.2-dev 1,693 12/23/2017
0.1.4.1-dev 1,163 12/22/2017
0.1.3.1-dev 3,603 11/20/2017
0.1.3-dev 1,016 11/19/2017
0.1.2-dev 1,473 11/1/2017
0.1.1-dev 963 10/30/2017
0.1.0.2-dev 2,020 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.