Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
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
89,716,166 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
38,170 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
30,775 total downloads
last updated
1/16/2022
Latest version:
1.5.1
async
dispose
disposable
IAsyncDisposable
IDisposable
Base object for disposing managed and unmanaged objects. Supports async disposing with IAsyncDisposable as well as the standard IDisposable.
ChannelAdam.
Disposing
by:
adammcraven
27,292 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.
TryDisposable
by:
porrey
20,387 total downloads
last updated
1/16/2022
Latest version:
1.5.1
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
DisposableHelpers
by:
Kiryuumaru
15,056 total downloads
last updated
8/30/2023
Latest version:
1.1.15
Disposable
AsyncDisposable
Async
IDisposable
IAsyncDisposable
SourceGenerator
ISourceGenerator
IIncrementalGenerator
Helpers
Disposable helpers for IDisposable and IAsyncDisposable.
ClrPro.
DotNetLanguages.
Proposals
by:
dmitriyse
938 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
355 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
854 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
4,746 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.