Nicholas Blumhardt

Results 927 comments of Nicholas Blumhardt

Hi all! 4.8.0 is some way behind; I've merged #148 to get build scripts and dependencies up-to-date, if someone can verify that 4.1.0-dev-* (now on nuget.org) works satisfactorily in their...

(@iwhp thanks for kicking this off!)

Thanks for sending this. Because the method is called for every log statement, I'm not sure the added cost of creating, populating, and iterating through an additional `List` will be...

Sorry! The PR I meant to refer to is #269.

Thanks for the note! I think this is an unintended consequence of the external scope provider support added in v9, which would have been masked by another issue in the...

Hi @softlion; unfortunately there's no simple/clean way to pivot the design in that direction right now; you might have some luck creating your own provider type that delegates to a...

Hi, thanks for the ping. That doesn't look like console output - are you using a different sink?

Thanks; I see 👍 This is the _Serilog.Sinks.Console_ repo, which doesn't play a part in your setup. For Serilog sinks, the way to disable quoting is to use the `ITextFormatter`...

Hi @rcollina, The quoted string output is produced by the default `MessageTemplate.Render()`, I looked into changing this fairly recently but there's a lot of existing historical usage that would likely...

JSON output looks good! Yes, this repo will need changes if we're to pass the cleaner-style messages through to MEL providers.