Correlate.DependencyInjection
6.1.0
dotnet add package Correlate.DependencyInjection --version 6.1.0
NuGet\Install-Package Correlate.DependencyInjection -Version 6.1.0
<PackageReference Include="Correlate.DependencyInjection" Version="6.1.0" />
<PackageVersion Include="Correlate.DependencyInjection" Version="6.1.0" />
<PackageReference Include="Correlate.DependencyInjection" />
paket add Correlate.DependencyInjection --version 6.1.0
#r "nuget: Correlate.DependencyInjection, 6.1.0"
#:package Correlate.DependencyInjection@6.1.0
#addin nuget:?package=Correlate.DependencyInjection&version=6.1.0
#tool nuget:?package=Correlate.DependencyInjection&version=6.1.0
Dependency injection extensions to register the Correlate services.
Dependency registration example
var services = new ServiceCollection();
services.AddCorrelate();
HttpClient delegating handler example
var services = new ServiceCollection();
services
.AddHttpClient<MyService>()
.CorrelateRequests();
Useful links
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Correlate (>= 6.1.0)
- Microsoft.Extensions.Http (>= 8.0.0)
-
net8.0
- Correlate (>= 6.1.0)
- Microsoft.Extensions.Http (>= 8.0.0)
-
net9.0
- Correlate (>= 6.1.0)
- Microsoft.Extensions.Http (>= 9.0.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Correlate.DependencyInjection:
| Package | Downloads |
|---|---|
|
Correlate.AspNetCore
ASP.NET Core middleware component to correlate requests between microservices using correlation ID request headers. |
|
|
Delfin.Core.Shared
A versatile library for .NET applications that promotes code reuse and maintainability. It includes common utilities, extension methods, shared data models, logging integration, and configuration helpers. |
|
|
Hangfire.AspNetCore.Plus
Package Description |
|
|
IntelExcel.CastSmart.API.Core.Web
Package Description |
|
|
Lewee.Blazor
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 6.1.0 | 5,575 | 10/7/2025 |
| 6.0.0 | 277,220 | 12/17/2024 |
| 5.3.0 | 193,932 | 9/8/2024 |
| 5.2.0 | 628,775 | 11/17/2023 |
| 5.1.0 | 39,804 | 10/6/2023 |
| 5.0.0 | 31,118 | 9/2/2023 |
| 4.0.0 | 1,080,558 | 7/10/2022 |
| 3.3.0 | 887,692 | 12/5/2020 |
| 3.3.0-beta0009 | 978 | 12/5/2020 |
| 3.3.0-beta0007 | 1,146 | 11/28/2020 |
| 3.3.0-beta0000 | 1,043 | 11/19/2020 |
| 3.2.0 | 456,733 | 1/16/2020 |
| 3.1.0 | 21,343 | 9/23/2019 |
| 3.0.0 | 4,321 | 7/23/2019 |
| 2.4.0 | 5,575 | 7/2/2019 |
| 2.3.0 | 9,740 | 5/11/2019 |
| 2.2.0 | 5,396 | 4/7/2019 |
| 2.1.4 | 6,719 | 3/15/2019 |
| 2.1.3 | 1,901 | 3/15/2019 |
| 2.1.1 | 2,589 | 3/15/2019 |
| 2.1.0 | 1,992 | 3/15/2019 |
Release notes are at https://github.com/skwasjer/Correlate/releases