Nicholas Blumhardt

Results 944 comments of Nicholas Blumhardt

Ah, I think this is where we're misunderstanding each other. `Environment.SetEnvironmentVariable()` is not system-wide, it's process-wide. HTH!

Thanks for the note, @i2van. At the moment the implementation of this package makes this infeasible (it's highly-dependent on Newtonsoft.Json). I don't think this is a change we'll be able...

Hi Lior, thanks for the note. I think, currently, we'd introduce more breakage by moving the package dependency forwards, than by leaving things as-is and using a binding redirect. Is...

Thanks for the suggestion. It's not immediately clear that Serilog's model can accommodate this - some investigation of a possible API and scenarios is needed.

Thanks for the PR! I've spent a bit of time with `enable` recently, and wonder if (since `LogEvent` is a class), the better option here might be just: ```csharp public...

Hey @augustoproiete! I'm thinking about picking this one up, let me know if you're still keen to work on it, but guessing with the long time passed and current commitments...

Now covered by #43 - thanks @augustoproiete :wave:

This looks like a great start, thank you Giuseppe! I'll dig thoroughly into this and try to push it forward before moving over to the other PR. We'll shortly be...

I don't think this will be achievable in the post-Serilog-4 package rollout, needs more analysis.