Raycynix.Extensions.Tracing.AspNetCore
1.0.0
dotnet add package Raycynix.Extensions.Tracing.AspNetCore --version 1.0.0
NuGet\Install-Package Raycynix.Extensions.Tracing.AspNetCore -Version 1.0.0
<PackageReference Include="Raycynix.Extensions.Tracing.AspNetCore" Version="1.0.0" />
<PackageVersion Include="Raycynix.Extensions.Tracing.AspNetCore" Version="1.0.0" />
<PackageReference Include="Raycynix.Extensions.Tracing.AspNetCore" />
paket add Raycynix.Extensions.Tracing.AspNetCore --version 1.0.0
#r "nuget: Raycynix.Extensions.Tracing.AspNetCore, 1.0.0"
#:package Raycynix.Extensions.Tracing.AspNetCore@1.0.0
#addin nuget:?package=Raycynix.Extensions.Tracing.AspNetCore&version=1.0.0
#tool nuget:?package=Raycynix.Extensions.Tracing.AspNetCore&version=1.0.0
Raycynix.Extensions.Tracing.AspNetCore
Raycynix.Extensions.Tracing.AspNetCore adds ASP.NET Core middleware integration for Raycynix tracing.
What it contains
UseRaycynixTracing(this IApplicationBuilder app)TracingMiddleware
Usage
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddRaycynixTracing();
var app = builder.Build();
app.UseRaycynixTracing();
app.Run();
This middleware enriches Serilog log context with TraceId and SpanId resolved from the current Activity, and falls back to HttpContext.TraceIdentifier when no activity exists.
| Product | Versions 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. |
-
net10.0
- Raycynix.Extensions.Tracing (>= 1.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Raycynix.Extensions.Tracing.AspNetCore:
| Package | Downloads |
|---|---|
|
Raycynix.Extensions.Observability.AspNetCore
ASP.NET Core integration for Raycynix observability, including correlation middleware, endpoint mapping, and outgoing HTTP correlation propagation. |
GitHub repositories
This package is not used by any popular GitHub repositories.
See the repository changelog and release history for package-specific changes and breaking updates.