Disposables icon indicating copy to clipboard operation
Disposables copied to clipboard

IDisposable helper types.

Results 11 Disposables issues
Sort by recently updated
recently updated
newest added

Hello I noticed this project has a dependency of `` I'm currently stuck a bit in nuget resolution hell, and was wondering if it would possible to relax this to...

Expected changes: - ~Change `SingleDisposable.TryUpdateContext` semantics so that if it is called during disposal, it will block on that disposal *before* disposing the new child.~ Done as part of 2.1.0...

I don't think this property can ever be `null` (the property throws `ObjectDisposedException` if disposed), so it shouldn't be nullable.

Find a good API for this kind of logic: ``` using var something = ...; // Code that should dispose "something" on exception or return. something.Nevermind(); // Code that should...

### Summary I wish for the nuget packages to have the repository url ### Details By providing the repo url it will make it easier to contribute and can be...

For types that may or may not be disposable.

When updating to Nito.AsyncEx.Tasks 5.1.2 that dll has a reference to Nito.Disposables 2.2.1. If you upgrade to Nito.Disposable 2.5.0 this dll wont be copied into any project where Nito is...