You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I encountered an issue with a transitive reference to System.Text.Json version 8.0.4 when using Serilog.AspNetCore version 8.0.2. The package reference is shown as a warning in the NuGet package manager (screenshot attached).
Reproduction
Add Serilog.AspNetCore version 8.0.2 to the project.
Observe the transitive dependency on System.Text.Json 8.0.4 in the package manager.
Expected behavior
Either no warning or an explanation of how this transitive dependency is safe to use.
Relevant package, tooling and runtime versions
Serilog.AspNetCore: 8.0.2
Target Framework: .NET Core 6, .NET Core 8
System.Text.Json: Transitive version 8.0.4
The text was updated successfully, but these errors were encountered:
Serilog.Settings.Configuration has been updated to a new version of Microsoft.Extensions.DependencyModel to avoid this issue, but the dependency here hasn't been updated yet - you can update to the newer version of one of those in your own app to fix the issue prior to that happening though
Uh oh!
There was an error while loading. Please reload this page.
Description
I encountered an issue with a transitive reference to System.Text.Json version 8.0.4 when using Serilog.AspNetCore version 8.0.2. The package reference is shown as a warning in the NuGet package manager (screenshot attached).
Reproduction
Serilog.AspNetCore
version 8.0.2 to the project.System.Text.Json
8.0.4 in the package manager.Expected behavior
Either no warning or an explanation of how this transitive dependency is safe to use.
Relevant package, tooling and runtime versions
The text was updated successfully, but these errors were encountered: