Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serilog.AspNetCore 8.0.2 has outdated serilog references #380

Open
FotG opened this issue Oct 1, 2024 · 1 comment
Open

Serilog.AspNetCore 8.0.2 has outdated serilog references #380

FotG opened this issue Oct 1, 2024 · 1 comment
Labels

Comments

@FotG
Copy link

FotG commented Oct 1, 2024

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.

@FotG FotG added the bug label Oct 1, 2024
@nblumhardt
Copy link
Member

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 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants