stevejgordon / CorrelationId

An ASP.NET Core middleware component which synchronises a correlation ID for cross API request logging.
MIT License
559 stars 106 forks source link

NET 6.0 Upgrade, Log Level Severity option + improvements #107

Open leandro-cervelin opened 2 years ago

leandro-cervelin commented 2 years ago
wdnijdam commented 1 year ago

@stevejgordon

Would it be possible to add support for NET7 in the CorrelationId package using a multi-target package?

We are using CorrelationId but it injects depencies to various old (netcore 2) packages. When overriding the assembly binding to the latest net7 versions the code breaks.

Let us know what to do

leandro-cervelin commented 1 year ago

@wdnijdam Below you can find the NuGet Package and the Forked repository with the upgraded .NET 7 version.

https://www.nuget.org/packages/CorrelationId-ForkWithLogLevelSeverityOption https://github.com/leandro-cervelin/CorrelationId