Nicholas Blumhardt

Results 455 comments of Nicholas Blumhardt

Thanks for the pointer, @r3use ; the README is about to get a major overhaul now that we have https://nblumhardt.com/2020/10/bootstrap-logger/ coming down the pipe, so I'll give your comments some...

Odd! I've never encountered `autofac.cn` or `autofaccn` that I can recall. Sounds like a user may have set that field via the bug mentioned previously. Just give the word if...

Ah, and 👋 hey all, hope you're all doing well! 😎

Done! Might take a short while to propagate - let me know if it needs any tweaking 👍

Hi - `shared: true` sets the file to allow read-write sharing; deleting the file is not supported in this mode. It seems like there are possibly two separate requirements here:...

Thanks for the PR! `== null` is the correct intended check in most of these places; where we are accepting file names, if we use `string.IsNullOrEmpty()` we should switch to...

Hi all! @asset-2 thanks for raising this as a separate issue; I see it's related to #96 but not covered by it, guess we track these two things separately. Thanks...

Thanks for the heads-up! Serilog.Sinks.File 5.0 now has a `net5.0` target, which I'd hoped would skirt around this issue for that platform, but looks like that might have been unsuccessful...

Thanks for the follow-up, glad to hear it helped! Will have to think about how we could make this more discoverable 🤔

Hi! I think the rolling options are lacking simply because no one has dug into what's required, yet - there would need to be some changes to the rolling file...