Correlate 3.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Correlate --version 3.0.0
NuGet\Install-Package Correlate -Version 3.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="Correlate" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Correlate --version 3.0.0
#r "nuget: Correlate, 3.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 Correlate as a Cake Addin
#addin nuget:?package=Correlate&version=3.0.0

// Install Correlate as a Cake Tool
#tool nuget:?package=Correlate&version=3.0.0

.NET Core support for correlation ID in ASP.NET Core and HttpClient.

v3.0

  • (breaking) It is no longer a requirement for logging or diagnostics to be enabled, Correlate now just works regardless. This now allows integrations to be less dependent on the log provider (ILoggerFactory/ILogger) and makes unit testing easier (Microsoft.Extensions.Logging.Abstractions.NullLogger{T} can now be used). Note however, that for production environments, ILoggerFactory is still required, in order for the CorrelationId property to be added to each log event.
  • (breaking) Reworked CorrelationManager. It now has synchronous support for codebases that do not support asynchronous code. Also added overloads Func{T} and Func{Task{T}} allowing the return of values. New interfaces ICorrelationManager and IAsyncCorrelationManager are introduced for better separation, DI and unit testing. Reworked OnException delegate to be type safe and allowing a return value to be provided, if needed.
  • Middleware no longer calls internal method in other assembly, but now uses the new and public IAsyncCorrelationManager making it more resilient to version discrepancies.
Product 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 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 was computed. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Correlate:

Package Downloads
Correlate.DependencyInjection

Dependency injection extensions for Correlate.

Hangfire.Correlate

Hangfire integration of Correlate to add correlation id support to Hangfire background/scheduled jobs.

Rebus.Correlate

Rebus integration of Correlate to correlate message flow via any supported Rebus transport.

IntelExcel.CastSmart.API.Core.Web

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.2.0 87,139 11/17/2023
5.1.0 25,138 10/6/2023
5.0.0 21,060 9/2/2023
4.0.0 739,279 7/10/2022
3.3.0 739,331 12/5/2020
3.3.0-beta0009 792 12/5/2020
3.3.0-beta0007 928 11/28/2020
3.3.0-beta0000 848 11/19/2020
3.2.0 501,667 1/16/2020
3.1.0 19,575 9/23/2019
3.0.0 32,945 7/23/2019
2.4.0 5,441 7/2/2019
2.3.0 9,177 5/11/2019
2.2.0 4,824 4/7/2019
2.1.4 6,161 3/15/2019
2.1.3 1,374 3/15/2019
2.1.1 2,049 3/15/2019
2.1.0 2,109 3/15/2019