ContextR 1.0.0-rc.4

This is a prerelease version of ContextR.
dotnet add package ContextR --version 1.0.0-rc.4
                    
NuGet\Install-Package ContextR -Version 1.0.0-rc.4
                    
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="ContextR" Version="1.0.0-rc.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ContextR" Version="1.0.0-rc.4" />
                    
Directory.Packages.props
<PackageReference Include="ContextR" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ContextR --version 1.0.0-rc.4
                    
#r "nuget: ContextR, 1.0.0-rc.4"
                    
#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.
#:package ContextR@1.0.0-rc.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ContextR&version=1.0.0-rc.4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=ContextR&version=1.0.0-rc.4&prerelease
                    
Install as a Cake Tool

ContextR

Core ambient context primitives for distributed .NET applications.

This package provides:

  • IContextAccessor and IContextWriter
  • IContextSnapshot and BeginScope() support
  • domain-aware context storage and retrieval

Install

dotnet add package ContextR

Documentation

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on ContextR:

Package Downloads
ContextR.Propagation

Propagation contracts, registration extensions, failure hooks, and strategy policies for ContextR transport integrations.

ContextR.Transport.Http

HttpClient propagation handler and registration extensions for injecting ContextR context into outgoing HTTP requests.

ContextR.Transport.Grpc

gRPC client and server interceptors for ContextR context propagation and extraction across service boundaries.

ContextR.Propagation.Chunking

Chunking strategy for ContextR oversized payloads with UTF-8-safe split and reassembly support.

ContextR.Propagation.Mapping

Fluent property mapping DSL and default mapping-based propagator for serializing typed context to transport carriers.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-rc.4 36 3/5/2026
1.0.0-rc.3 41 3/4/2026
1.0.0-rc.2 42 3/3/2026
1.0.0-rc.1 39 3/3/2026