Correlate.DependencyInjection
3.3.0
.NET 5.0
.NET Standard 1.3
.NET Framework 4.6
Install-Package Correlate.DependencyInjection -Version 3.3.0
dotnet add package Correlate.DependencyInjection --version 3.3.0
<PackageReference Include="Correlate.DependencyInjection" Version="3.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Correlate.DependencyInjection --version 3.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Correlate.DependencyInjection, 3.3.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Correlate.DependencyInjection as a Cake Addin
#addin nuget:?package=Correlate.DependencyInjection&version=3.3.0
// Install Correlate.DependencyInjection as a Cake Tool
#tool nuget:?package=Correlate.DependencyInjection&version=3.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependency injection extensions for Correlate.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6
- Correlate (>= 3.3.0)
- Microsoft.Extensions.Logging (>= 1.1.0)
-
.NETStandard 1.3
- Correlate (>= 3.3.0)
- Microsoft.Extensions.Logging (>= 1.1.0)
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- Correlate (>= 3.3.0)
- Microsoft.Extensions.Http (>= 2.1.0)
-
.NETStandard 2.1
- Correlate (>= 3.3.0)
- Microsoft.Extensions.Http (>= 3.1.1)
-
net5.0
- Correlate (>= 3.3.0)
- Microsoft.Extensions.Http (>= 5.0.0)
NuGet packages (2)
Showing the top 2 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. |
|
IntelExcel.CastSmart.API.Core.Web
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.3.0 | 306,451 | 12/5/2020 |
3.3.0-beta0009 | 271 | 12/5/2020 |
3.3.0-beta0007 | 386 | 11/28/2020 |
3.3.0-beta0000 | 256 | 11/19/2020 |
3.2.0 | 277,663 | 1/16/2020 |
3.1.0 | 17,202 | 9/23/2019 |
3.0.0 | 2,463 | 7/23/2019 |
2.4.0 | 4,126 | 7/2/2019 |
2.3.0 | 8,308 | 5/11/2019 |
2.2.0 | 3,634 | 4/7/2019 |
2.1.4 | 5,219 | 3/15/2019 |
2.1.3 | 475 | 3/15/2019 |
2.1.1 | 1,120 | 3/15/2019 |
2.1.0 | 486 | 3/15/2019 |
v3.3.0
- Added .NET 5 target framework
- Deprecated `CorrelateRequests` extension accepting `IConfiguration` instance.