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

Projects in Awesome Lists tagged with dispose-pattern

A curated list of projects in awesome lists tagged with dispose-pattern .

https://github.com/incerrygit/dispose.scope

This library allows you to easily use scopes to manage instances of objects that implement the `IDisposable` interface. Register the `IDisposable`s that need to be released into the scope, and then automatically release all registered objects at the end of the scope.

csharp dispose-pattern dispose-scope dotnet objectpool-pattern

Last synced: 21 Mar 2025

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

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

channeladam disposable dispose-pattern dotnet dotnet-standard finalizer

Last synced: 12 Mar 2025