Found 188 packages
IDisposable and IAsyncDisposable helper types.
Provides the IAsyncEnumerable<T> and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0.
A validation module checking for disposable email addresses via online sources
A validation module checking if a given email's domain is disposable/temporary, updated daily (if available)
Provides a set of useful classes when implementing a disposable or dealing with disposables. Part of the "Open" set of libraries.
Thread-safe implementation of the .NET Dispose Pattern
CVV.Disposable is a thread safe disposable base class used in many other projects.
DigitalFlare Oxy. Disposable implementations.
A set of variations on ObjectPool implementations with differing underlying collections. Part of the "Open" set of libraries.
Disposable helpers for IDisposable and IAsyncDisposable.
Aggregatable (parent-child), Visitor and Disposable patterns. An official PostSharp pattern library.
Base object for disposing managed and unmanaged objects. Supports async disposing with IAsyncDisposable as well as the standard IDisposable.
Embeddable implementations CompositeDisposable and AnonymousDisposable, for all your disposing needs.
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 the interface does not implement IDisposable or IAsyncDisposable, but the concrete class does, this will allow you to dispose the instance without the need to check for the interface and cast it.
EonLib. Disposable implementations.
Simply adds a list of compiled disposable/temporary email domains, updated daily (if available)
DisposableFixer
A light weight .NET Standard library that provides a DisposeWith extension method to IDisposable objects. This is an alternative to the method provided by ReativeUI, allowing for a much smaller library dependency.
Package Description
A simple disposable object with disposal notification