Topic: "dispose-pattern"
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.
Language: C# - Size: 57.6 KB - Last synced at: 11 days ago - Pushed at: 4 months ago - Stars: 29 - Forks: 5

coplt/Coplt.Dropping
Auto gen dispose pattern
Language: C# - Size: 41 KB - Last synced at: about 15 hours ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

channeladam/ChannelAdam.Disposing
A .NET library that provides an easy to use, correct implementation of the Dispose/Finalize Pattern.
Language: C# - Size: 29.3 KB - Last synced at: 4 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

carlgv/DisposePractice
Practice with IDispose and using statement
Language: C# - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0
