-
Notifications
You must be signed in to change notification settings - Fork 17
5.0.0 Release #111
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
5.0.0 Release #111
Conversation
Fix crash on apps built with PublishTrimmed=True
Add trace id and span id properties missing from the documentation
Document TraceId and SpanId properties
Add a link to clarification of missing ":lj" format specifiers for "@m"
Co-authored-by: Ruben Bartelink <[email protected]>
Update README.md
Serilog version 3.1.0 causes stackoverflowException. serilog/serilog#1977
Upgraded Serilog version
Make the `rest()` function aware of `@p.X` and `@p['X']` (breaking change)
Add the `Inspect()` function
Update to Serilog 4, tidy up
@nblumhardt Version 5.0.0 is not available on NuGet yet, is publishing it on NuGet done separately? I don't know if it is related, but I notice that that the previous release contains a .nupkg file, but this one doesn't. |
|
This one is the merge to |
PublishedTrimmed=True
builds (@malciin)rest()
function aware of@p.X
and@p['X']
(breaking change) #108 - breaking - make therest()
function aware of@p.X
and@p['X']
(@nblumhardt)Inspect()
function #109 - add theInspect()
function (@nblumhardt)@RandomBuffer
)