RadCommons.utils.Disposer 1.2.0

This package has a SemVer 2.0.0 package version: 1.2.0+538.190122135212.master.2404837.
There is a newer version of this package available.
See the version list below for details.
dotnet add package RadCommons.utils.Disposer --version 1.2.0
NuGet\Install-Package RadCommons.utils.Disposer -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RadCommons.utils.Disposer" Version="1.2.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RadCommons.utils.Disposer --version 1.2.0
#r "nuget: RadCommons.utils.Disposer, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RadCommons.utils.Disposer as a Cake Addin
#addin nuget:?package=RadCommons.utils.Disposer&version=1.2.0

// Install RadCommons.utils.Disposer as a Cake Tool
#tool nuget:?package=RadCommons.utils.Disposer&version=1.2.0

Keeps the stack of disposable objects, and disposes them when the disposer is being disposed. (Source only package).

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on RadCommons.utils.Disposer:

Package Downloads
RadCommons.utils.Scope

The runtime "container" for scoped operations. The scope can be both state-less and state-full and it's valid until it's disposed. The scopes can be nested (when the scope is disposed, the children are disposed as well) and there can be multiple child scopes (siblings) living in parallel. The base implementation just manages the life time, child scopes and keeps the state (when provided). Inherit from the Scope<TState> (and IScope<TState>) to add the scope related operations (inherited classes have the access to state). (Source only package).

RadCommons.utils.Context

The runtime "container" for context operations. The context can be both state-less and state-full and it's valid until it's disposed. The current context is accessible via static property Current. The contexts are chained, when a new context is created using static method BeginContext(), the Current context became the Parent of the new one and the newly created context will be set as the Current one. When the context is disposed, the Current context is set to Parent of disposing context. The base implementation just manages the life time, context chain and keeps the state (when provided). Inherit from the Context<TState> to add the context related operations (inherited classes have the access to state). Based on the implementation of Guard Scopes by https://github.com/safakgur. (Source only package).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 299 7/7/2019
1.2.0 491 1/22/2019