Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/channeladam/channeladam.disposing

A .NET library that provides an easy to use, correct implementation of the Dispose/Finalize Pattern.
https://github.com/channeladam/channeladam.disposing

channeladam disposable dispose-pattern dotnet dotnet-standard finalizer

Last synced: 8 days ago
JSON representation

A .NET library that provides an easy to use, correct implementation of the Dispose/Finalize Pattern.

Awesome Lists containing this project

README

        

# ChannelAdam.Disposing

A .NET library that provides an easy to use, correct implementation of the Dispose/Finalize Pattern.

Targets:

- .NET 5.0
- .NET Standard 2.1
- .NET Standard 2.0 - (Does NOT support IAsyncDisposable)
- .NET Standard 1.3 - (Does NOT support IAsyncDisposable)