Nicholas Blumhardt

Results 923 comments of Nicholas Blumhardt

I'd also be happy putting this project up for adoption, if anyone's keen to take it over. Cheers! :-)

Thanks for taking a look at this @sungam3r; hope all is well with you. Reviews are a little behind on this repo currently :-) These are suppressions for the Rider/ReSharper...

Not planning to merge this one. Thanks again!

Thanks, seems like it would be worth fixing this, since stack trace formatting is already fairly slow, and it isn't on the super-hot path. Unfortunately the fix would need to...

Hi! These are really internal implementation details, not designed for long-term API stability. In recent times, formatting extensibility efforts have focused on https://github.com/serilog/serilog-expressions, which makes building custom text formatters trivial...

Hi @Thomas-Slippens - unfortunately only a very limited number of maintainers watch this repository, and it doesn't look like anyone immediately spotted the problem here. Posting this to Stack Overflow...

Thanks for the note; as you've mentioned, the current behavior is correct. The presence of `dots.in.filenames.ext` means there's no automatic way to designate more than the final dotted component as...

Hi John! Quite a bit to digest there, so just a couple of quick thoughts/answers, others with more Aspire experience might jump in :-) * For Seq, whether you send...

Thanks for the reply, John! Here's my impressions - On 1, I'd consider logging locally during development and not worrying about an API key at all. `Aspire.Hosting.Seq` can help with...

Thanks for the note! The difference in accepted values is that message templates have [a precise syntax](https://messagetemplates.org/#syntax), while property names, in general, are arbitrary strings. Message templates are deliberately aiming...