Nicholas Blumhardt

Results 455 comments of Nicholas Blumhardt

Thanks for the heads-up, that's rather strange! The 5.0 `netstandard2.0` version doesn't look to have any strange dependencies: ![image](https://user-images.githubusercontent.com/342712/124226172-00105580-db4c-11eb-827f-2edf099bfacf.png) Just some ideas that might help narrow this down- - Is...

Looking at #232, any chance adding the below to your CSPROJ fixes it? ```xml ```

Thanks for the suggestion, and sorry about the slow reply. Doing this seems entirely reasonable, but it's on the borderline of being too much of an edge case for us...

Let's give this some more thought 👍 I don't think we'd open up the static hook point as-is (it's only there to facilitate testing); it'd be nicer to get rid...

https://github.com/structured-log/structured-log/blob/dev/src/core/structured-log.js#L367 Sometimes an error may occur in the pipeline itself, or a sink (perhaps a 401 comes back from a service call, a file is locked, etc.) _structured-log_ surfaces these...

Thanks for the suggestion, definitely more opportunities to improve here :+1:

Looks nice! Would love to make some progress on this one directly, here, but time is sadly a bit short :-( I really like @Suchiman's suggestion; perhaps it could be...

Thanks for the note, Rikard. This would be nice to enable, but we'd need to think about how we'd expose it through the higher-level APIs like `UseSerilog()`. If anyone has...

Hi @Lukino2000 - no, this isn't possible in the current version of the sink. `SystemConsoleTheme.Colored` is the best replacement available for the old "colored" console theme. Just to gauge interest...

Righto, thanks for all the input! If anyone's keen to discuss design options, with a view to submitting a PR, I can help figure out how we can get this...