Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/channeladam/channeladam.disposing
- Owner: channeladam
- License: apache-2.0
- Created: 2018-06-22T14:16:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T09:18:43.000Z (about 4 years ago)
- Last Synced: 2024-12-29T18:52:47.106Z (29 days ago)
- Topics: channeladam, disposable, dispose-pattern, dotnet, dotnet-standard, finalizer
- Language: C#
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)