Closed joukevandermaas closed 3 years ago
Fixed -
syncRoot
parameter to WriteTo.Console()
(@adamchester)Thanks! :+1:
(In https://github.com/serilog/serilog-sinks-console/releases/tag/v4.0.0 ... unfortunately, GitHub doesn't expand issue/PR references to their full titles in release descriptions, so still some work to do rewriting the release notes there, too :-/ )
Thank you very much! I appreciate the quick response.
About the syncRoot
addition... Is there a way to configure this using ConfigurationBuilder
and .ReadFrom.Configuration( )
on LoggerConfiguration
?
A few questions before you begin:
This is about
serilog-sinks-console
(this repo).Does this issue relate to a new feature or an existing bug?
What version of Serilog Console Sink is affected by this issue? Please list the related NuGet package.
4.0.0: https://github.com/serilog/serilog-sinks-console/releases/tag/v4.0.0
What is the target framework and operating system affected by this issue? Please see target frameworks & net standard matrix.
Please describe the current behaviour you are experiencing?
When upgrading a package, especially when there is a major version bump, I look at the changelog to see what the breaking change was so I can know what I need to do to upgrade. The changelog for 4.0.0 is just a bunch of PR references. I've looked through them but I can't really see what would break just from that, especially since they're just links with no additional text.
Please describe the expected behaviour if the ?
A small line describing the breaking change would be much appreciated. I understand time is short so it doesn't have to be a lot, just enough to indicate what I should look out for when upgrading.