Correlate.DependencyInjection
3.3.0-beta0009
See the version list below for details.
dotnet add package Correlate.DependencyInjection --version 3.3.0-beta0009
NuGet\Install-Package Correlate.DependencyInjection -Version 3.3.0-beta0009
<PackageReference Include="Correlate.DependencyInjection" Version="3.3.0-beta0009" />
paket add Correlate.DependencyInjection --version 3.3.0-beta0009
#r "nuget: Correlate.DependencyInjection, 3.3.0-beta0009"
// Install Correlate.DependencyInjection as a Cake Addin #addin nuget:?package=Correlate.DependencyInjection&version=3.3.0-beta0009&prerelease // Install Correlate.DependencyInjection as a Cake Tool #tool nuget:?package=Correlate.DependencyInjection&version=3.3.0-beta0009&prerelease
Dependency injection extensions for Correlate.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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 was computed. 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. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net46 is compatible. 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 | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6
- Correlate (>= 3.3.0-beta0009)
- Microsoft.Extensions.Logging (>= 1.1.0)
-
.NETStandard 1.3
- Correlate (>= 3.3.0-beta0009)
- Microsoft.Extensions.Logging (>= 1.1.0)
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- Correlate (>= 3.3.0-beta0009)
- Microsoft.Extensions.Http (>= 2.1.0)
-
.NETStandard 2.1
- Correlate (>= 3.3.0-beta0009)
- Microsoft.Extensions.Http (>= 3.1.1)
-
net5.0
- Correlate (>= 3.3.0-beta0009)
- Microsoft.Extensions.Http (>= 5.0.0)
NuGet packages (5)
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 |
---|---|---|
5.3.0 | 28,271 | 9/8/2024 |
5.2.0 | 368,663 | 11/17/2023 |
5.1.0 | 33,894 | 10/6/2023 |
5.0.0 | 26,038 | 9/2/2023 |
4.0.0 | 916,289 | 7/10/2022 |
3.3.0 | 749,932 | 12/5/2020 |
3.3.0-beta0009 | 806 | 12/5/2020 |
3.3.0-beta0007 | 974 | 11/28/2020 |
3.3.0-beta0000 | 871 | 11/19/2020 |
3.2.0 | 426,231 | 1/16/2020 |
3.1.0 | 20,319 | 9/23/2019 |
3.0.0 | 3,621 | 7/23/2019 |
2.4.0 | 4,920 | 7/2/2019 |
2.3.0 | 9,071 | 5/11/2019 |
2.2.0 | 4,720 | 4/7/2019 |
2.1.4 | 6,035 | 3/15/2019 |
2.1.3 | 1,226 | 3/15/2019 |
2.1.1 | 1,895 | 3/15/2019 |
2.1.0 | 1,320 | 3/15/2019 |
v3.3.0
- Added .NET 5 target framework
- Deprecated `CorrelateRequests` extension accepting `IConfiguration` instance.