Skip to content

Propagation Mapping

ContextR.Propagation.Mapping provides a property-mapping DSL and default IContextPropagator<TContext> implementation.

Back to Packages Overview

Use This Package When

  • context properties map directly to transport keys
  • you want required/optional semantics and oversize policy configuration
  • you prefer framework-generated propagators over custom implementations

Install

dotnet add package ContextR.Propagation.Mapping

Depends On

  • ContextR
  • ContextR.Propagation

See Also