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
The referenced Serilog packages in the latest Serilog.AspNetCore 8.0.2 does not reference the latest serilog packages.
Description
Serilog.AspNetCore 8.0.2 (latest) has old Serilog packages referenced. One of which has a memory leak, which has been fixed in a newer version.
Reproduction
Install Serilog.AspNetCore 8.0.2 and view the referenced Serilog nuget packages, compare to the latest versions available
Expected behavior
A new Serilog.AspNetCore should be built referencing the latest Serilog packages
Relevant package, tooling and runtime versions
Serilog.AspNetCore 8.0.2, dotnet 8, windows and linux.
The text was updated successfully, but these errors were encountered:
Hi! Thanks for the note. Just to clarify, the bug resolved in Serilog 8.0.2 is not a memory leak but rather a shutdown problem which may cause some buffered events to be lost when the application exits. We'll make an update here soon 👍
The referenced Serilog packages in the latest Serilog.AspNetCore 8.0.2 does not reference the latest serilog packages.
Description
Serilog.AspNetCore 8.0.2 (latest) has old Serilog packages referenced. One of which has a memory leak, which has been fixed in a newer version.
Reproduction
Install Serilog.AspNetCore 8.0.2 and view the referenced Serilog nuget packages, compare to the latest versions available
Expected behavior
A new Serilog.AspNetCore should be built referencing the latest Serilog packages
Relevant package, tooling and runtime versions
Serilog.AspNetCore 8.0.2, dotnet 8, windows and linux.
The text was updated successfully, but these errors were encountered: