Nicholas Blumhardt
Nicholas Blumhardt
Hi! These packages are fully-compatible, the problem here will be either your tooling or CSPROJ setup. Check out discussions/docs online for generation of assembly binding redirects, the build should do...
Thanks for the note @dinomight. What does the "Quick Fix" contextual action suggested by Code do, there? I'd expect Polyglot will have some means of supplying binding redirects, the whole...
Thanks for the follow-up @dinomight. I think this illustrates the problem; it's not practical to update every package across the whole ecosystem whenever a new version of a dependency is...
Great - subscribed over there in case I'm able to help at any point. Closing this as it's not a Serilog-specific issue. Cheers!
Hi! I think this might be #41
Transferring to Serilog.Sinks.EventLog which seems slightly more relevant; Serilog is completely general, you can explicitly attach properties with any name or value, it sounds like your request relates to the...
Closing as I think `IEventIdProvider` should cover this.
Hi @bdovaz, If you just want to use Serilog as a sink, then adding it via your `ILoggingBuilder` rather than at the host level will do what you need: ```csharp...
Hi! Yes, working around this with `AddProvider(new ...)` is probably the way to go. This is an unfortunate remnant of the original ".NET Core 2" iteration of this library, before...
Thanks for the suggestion! Have you had a shot at creating an `ILogEventEnricher` for this?