Info
Version: | 10.3.0.23045 |
Author(s): | Richard J. Cabral |
Last Update: | Friday, June 16, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://constellation4sitecore.com/foundation/contexts/ |
NuGet Url: | https://www.nuget.org/packages/Constellation.Foundation.Contexts |
Install
Install-Package Constellation.Foundation.Contexts
dotnet add package Constellation.Foundation.Contexts
paket add Constellation.Foundation.Contexts
Constellation.Foundation.Contexts Download (Unzip the "nupkg" after downloading)
Dependencies
- Sitecore.Kernel(>= 10.0.0)
Tags
Requires Sitecore 10.3
Requires .NET 4.8
Constellation is a collection of utilities for .NET CMS implementers.
The Foundation.Context namespace contains a contract for context-sensitive objects along with a context evaluator that compares
the sensitive instances' runtime settings against their configured scope.
The purpose of this library is to provide scoped pipeline handlers and rules to Sitecore to prevent developers from unintentionally executing
their customizations outside the scope of their current tenant|site|request.