Pavas.Runtime.TraceContext 1.0.0

dotnet add package Pavas.Runtime.TraceContext --version 1.0.0                
NuGet\Install-Package Pavas.Runtime.TraceContext -Version 1.0.0                
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="Pavas.Runtime.TraceContext" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pavas.Runtime.TraceContext --version 1.0.0                
#r "nuget: Pavas.Runtime.TraceContext, 1.0.0"                
#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 Pavas.Runtime.TraceContext as a Cake Addin
#addin nuget:?package=Pavas.Runtime.TraceContext&version=1.0.0

// Install Pavas.Runtime.TraceContext as a Cake Tool
#tool nuget:?package=Pavas.Runtime.TraceContext&version=1.0.0                

Pavas.Runtime.TraceContext

Pavas.Runtime.TraceContext is a library designed to manage traceability within an application. This library allows you to easily track the flow of requests and operations, making it easier to diagnose issues and monitor application behavior.

Features

  • Traceability: Provides a middleware and context that enable tracking of requests throughout the application's lifecycle.
  • Correlation ID Support: The library supports the use of X-Correlation-ID headers, allowing you to trace requests across multiple services.
  • Easy Integration: Integrates seamlessly with ASP.NET Core via dependency injection and middleware.

Installation

To use this library, it must be included in the project. This is typically done through dependency injection and middleware configuration.

Usage

Configuring the Trace Context

  1. Add the TraceContext to your services during the configuration of the application's services:

    builder.Services.AddTraceContext();
    
  2. Use the TraceContext middleware to enable tracing in your application:

    app.UseTraceContextMiddleware();
    

Contribution

This is a project under continuous development. If you wish to contribute, please fork the repository, create a new branch, and submit a pull request.

License

This project is licensed under the terms of the MIT License.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in 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
1.0.0 136 8/25/2024