Skip to content

Core

ContextR provides ambient context storage, snapshots, domain-aware slots, and service registration primitives.

Back to Packages Overview

Use This Package When

  • you need typed operational context in-process
  • you need snapshot-first access for business logic
  • you need domain isolation and deterministic scope restore behavior

Install

dotnet add package ContextR

Depends On

None.

See Also