-
Notifications
You must be signed in to change notification settings - Fork 104
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
3.0.0 Release #145
3.0.0 Release #145
Conversation
…2.0 dependency from here on out.
move to current sdk
…-* and limit dependencies
SerilogLoggerFactory and AddProvider() infrastructure
Upgraded Microsoft.Extensions.Logging NuGet packages to 2.0.0
Remove some unused build-time constants
Make the level mapping routines public
Folks, any thoughts/feelings/perspectives we're missing on whether this should go out the door as-is? We've had the brakes on in case there were breaking changes in the ASP.NET Core 3.x series, but it doesn't seem like that's going to be the case, so we should probably get this all out in the wild :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
(So far...)
Update to use VS 2019 final image for build
#142 is ready to go |
Cache low-numbered numeric event ids to reduce allocations
SerilogLoggerFactory
andAddProvider()
support (@nblumhardt)LevelConvert
level-mapping routines public