RadCommons.utils.Scope 2.0.1

This package has a SemVer 2.0.0 package version: 2.0.1+552.190707161143.release.eea80db.
dotnet add package RadCommons.utils.Scope --version 2.0.1
NuGet\Install-Package RadCommons.utils.Scope -Version 2.0.1
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.Scope" Version="2.0.1">
  <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.Scope --version 2.0.1
#r "nuget: RadCommons.utils.Scope, 2.0.1"
#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.Scope as a Cake Addin
#addin nuget:?package=RadCommons.utils.Scope&version=2.0.1

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

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).

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

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