Nicholas Blumhardt

Results 445 comments of Nicholas Blumhardt

> the heart of any build script is going to be call out to msbuild.exe which is a black box returning an error code Maybe not necessarily - the goal...

Open to helping resolve this if it turns out to be worthwhile - a bit swamped on the Serilog side of things, so would need some tactical PRs that don't...

Hi! Check out https://github.com/nblumhardt/serilog-reload for an example project showing how this might be done. Still uncertain how/when this will be integrated into _Serilog.AspNetCore_, but considering it for .NET 5.

This is covered by: https://github.com/serilog/serilog-extensions-hosting/pull/28

Thanks for taking the time to let us know. Would it be possible to assemble a reproduction, ideally using only the `Console` sink and `CompactJsonFormatter()` or `JsonFormatter()`, that demonstrates the...

Thanks for the heads-up, sounds like this will need some investigation. IIRC there's some conditional compilation around `System.Diagnostics.Debug` that might be either broken in the 2.0.0 version of _Serilog.Sinks.Debug_, or,...

Hi! I'm pretty sure this will be a deployment/publishing quirk and not a direct consequence of anything we're doing in this library (this package is used with .NET 5 on...

Hi @julealgon - thanks for the suggestion! Post-.NET 5.0 I'll take a look at this - in the meantime I think we will want to stay close to the host...

Thanks for the note, Mike. This package was originally a metapackage with no substantial code of its own; we might consider a refactor now that there's more implementation here, but...

@GraemeF thanks for dropping by! Still open to extracting the middleware/other implementation code from this package, to allow consumption of the bundled parts. Is anyone keen to analyze what would...