MindscapeHQ / serilog-sinks-raygun

A Serilog sink that writes events to Raygun
Apache License 2.0
11 stars 20 forks source link

Serilog MAUI support #66

Closed phillip-haydon closed 12 months ago

phillip-haydon commented 1 year ago

When using Serilog Sink in MAUI projects, the dependency on Mindscape.Raygun4Net.AspNetCore causes a dependency on ASP .NET in order to get the HttpContextAccessor, since this is not available in MAUI projects it breaks.

We now build for MAUI targets so we can pull in Mindscape.Raygun4Net.NetCore which does not have a dependency on the ASP .NET stuff, but also drops the need for the enrichment.

phillip-haydon commented 12 months ago

Closing this as it's no longer required.