-
Notifications
You must be signed in to change notification settings - Fork 45
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
2.0.0 Release #57
2.0.0 Release #57
Conversation
nblumhardt
commented
Nov 9, 2023
•
edited
Loading
edited
- Update README.md #32 - README updates (@LiorBanai)
- Bump Serilog version dependency to support Unity and .netstandard 2.0+ #43 - Serilog dependency updates (@bdovaz)
- Update SDK and targets to match Serilog 3 #54 - update targets to match Serilog 3 (@pmetz-steelcase)
- Include Serilog 3.1 trace and span ids in output #56 - update to Serilog 3.1, include trace and span ids in output when present (@nblumhardt)
- Build updates (@SimonCropp)
…s table [skip ci]
Update README.md
Bump Serilog version dependency to support Unity and .netstandard 2.0+
updated packages in test proj
…cal project folder
…ctly defaulted by the build system
…s table [skip ci], from commit 06ef9d8
Update SDK and targets to match Serilog 3
Include Serilog 3.1 trace and span ids in output
Hi @nblumhardt , why not wait for net8 (next week) which adds many perf improvements and include it in the supported frameworks? |
Thanks for the note @LiorBanai! We'll add .NET 8 to Serilog's TFMs and flow it back through these projects 👍 There are a stack of Serilog.Extensions.* packages that need to go out simultaneously with .NET 8 and which depend on Serilog 3.1 so it's a bit of a chicken-and-egg problem otherwise :-) |