Nicholas Blumhardt

Results 944 comments of Nicholas Blumhardt

Hi @StrangeW! A wrapper sink could achieve this (construct a new log event with new message template and selected properties, before forwarding to wrapped sink). `LoggerSinkConfiguration.Wrap()` is the starting point...

See also: https://github.com/serilog/serilog-sinks-file/pull/295 I think this in some ways comes down to a support issue; we do hit reports pretty much every week about this or similar concerns. Serilog 3...

@bartelink thanks for the ping :+1: I think the packages that just went out all align with the same TFMs as Serilog 3.1, definitely room for an update but not...

Sounds good 👍

Hi Joe! I should clarify, sorry - I meant some screenshots in the PR description, not in the repository itself. My apologies for the confusion.

Thanks for the updates. The colors in the theme look like a mix from different versions of the palette - is it possible to use only one of the sets,...

Hi @joesdu, thanks for all of the effort. The theme still appears to have some contrast issues; I noticed that Dracula uses the white-ish shade for foreground text, and the...

We were able to work around it in our usage by abandoning `net8.0-windows` and reorganizing our project to publish for only `net8.0` instead. I'm not sure if/where it will bite...

I just ran: ```sql select sum(length(keys(@Properties))) as total, count(@Properties[?] = -1) as minus_1, count(@Properties[?] = 0) as zero, count(@Properties[?] = 1) as plus_1, count(@Properties[?] = '') as empty, count(@Properties[?] =...

I'd be inclined to skip this one - doesn't seem compelling enough to justify including it.