Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Advanced search filters
Frameworks
.NET
net8.0
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
10 packages returned for Tags:"IAsyncDisposable"
Sort by
Relevance
Downloads
Recently updated
Nito.
Disposables
by:
stephencleary
94,139,848 total downloads
last updated
4/2/2023
Latest version:
2.5.0-alpha.1
idisposable
iasyncdisposable
disposable
IDisposable and IAsyncDisposable helper types.
CSRakowski.
AsyncStreamsPreparations
by:
csrakowski
40,722 total downloads
last updated
1/8/2023
Latest version:
1.5.2
C#
8
AsyncStreams
IAsyncEnumerable
IAsyncDisposable
Quick helper library containing interfaces and classes to help you prepare for the C# 8 Async Streams feature.
System.
DisposableObject
by:
porrey
32,520 total downloads
last updated
11/25/2023
Latest version:
8.0.0
async
dispose
disposable
IAsyncDisposable
IDisposable
Base object for disposing managed and unmanaged objects. Supports async disposing with IAsyncDisposable as well as the standard IDisposable.
TryDisposable
by:
porrey
22,133 total downloads
last updated
11/25/2023
Latest version:
8.0.0
dispose
disposable
IDisposable
IAsyncDisposable
Wrap an object in a disposable decorator to attempt to dispose the object later. This is useful when retrieving an instance of an object from a factory or container while only having an interface reference. If...
More information
ChannelAdam.
Disposing
by:
adammcraven
28,048 total downloads
last updated
12/28/2020
Latest version:
3.0.3
ChannelAdam
Dispose
Finalize
IDisposable
IAsyncDisposable
A .NET library that provides an easy to use, correct implementation of the Dispose/Finalize Pattern.
DisposableHelpers
by:
Kiryuumaru
15,497 total downloads
last updated
10/3/2023
Latest version:
1.1.16
Disposable
AsyncDisposable
Async
IDisposable
IAsyncDisposable
SourceGenerator
ISourceGenerator
IIncrementalGenerator
Helpers
Disposable helpers for IDisposable and IAsyncDisposable.
ClrPro.
DotNetLanguages.
Proposals
by:
dmitriyse
966 total downloads
last updated
12/15/2019
Latest version:
1.1.0
using
IDisposable
IAsyncDisposable
Exception
.Net Languages improvement proposals code. Contains: - I(Async)CodeScopeExtension interfaces, generalizes using operator. - I(Async)LifetimeExplicit, I(Async)LifetimeTerminable,...
More information
PH.
Disposable.
LoggingExtensions
by:
paonath
365 total downloads
last updated
10/21/2020
Latest version:
0.0.1
Microsoft.Extensions.Logging
IDisposable
IAsyncDisposable
Microsoft.Extensions.Logging extensions methods. Add Scope and TraceScope.
ClrPro.
ESharp
by:
ClrCoder
865 total downloads
last updated
1/5/2020
Latest version:
0.1.0
using
IDisposable
IAsyncDisposable
Exception
lambda
expressions.
Add to the *.cs file header: using static ClrPro.ESharp; And use: Using(new MyScopeExtension()).Do(s=>{ Console.WriteLine(s.ToString());}) var myAction = Y(()=>return 10); // myAction...
More information
Benutomo.
AutomaticDisposeImpl.
SourceGenerator
by:
benutomo
5,139 total downloads
last updated
11/4/2022
Latest version:
2.1.3-alpha8
codegen
codegeneration
codegenerator
sourcegen
sourcegeneration
sourcegenerator
source
generation
idisposable
iasyncdisposable
More tags
A Source Generator that automatically implements the Dispose method of IDisposable and the DisposeAsync method of IAsyncDisposable.