Nicholas Blumhardt

Results 931 comments of Nicholas Blumhardt

Hi Gerald! `@` is part of the abstraction - it's recognized by the full-featured structured logging back-ends (Serilog and NLog), has been part of the https://messagetemplates.org spec since the beginning,...

Hi @vincentnl - `5.2.1-dev-00245` should have this covered now but is not yet tested - if you have a chance to try it out and let us know how you...

I'll take another look - thanks for checking it out, everyone :-)

Sorry, just in case you beat me to it - `5.2.2-dev-00247` is the version with the fix; the bug is in all earlier 5.2.x versions. I misstated the fix version...

Hi! Thanks for the report - any chance of a code sample/failing test that demonstrates the issue?

Thanks for all the details, sounds like it needs some investigation :+1:

Hi! I think you can get the behavior you want by disposing your `ServiceProvider` before the application exits - does this help? Flush-per-event is generally very slow (although it's supported...

Hi! This might be valuable feedback for the _System.CommandLine_ folks; though, my guess is that they'll already have some APIs available for switching IoC containers etc. It's pretty common for...

Seems like pushing forward the dependency version here is reasonable - not sure what downstream compat problems this might cause but we've seen some friction caused by targeting 3.0.0 so...

:+1: Here's where the conversion currently happens: https://github.com/serilog/serilog-settings-configuration/blob/dev/src/Serilog.Settings.Configuration/Settings/Configuration/StringArgumentValue.cs#L124 Unfortunately, Microsoft.Extensions.Configuration doesn't internally support numbers - all configuration values are essentially strings by the time they reach any Serilog code. I...