RadCommons.utils.Context 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.Context --version 2.0.1
NuGet\Install-Package RadCommons.utils.Context -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.Context" 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.Context --version 2.0.1
#r "nuget: RadCommons.utils.Context, 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.Context as a Cake Addin
#addin nuget:?package=RadCommons.utils.Context&version=2.0.1

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

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

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 276 7/7/2019
1.2.0 481 1/22/2019