ApplicationInsights sink doesn't work if you explicitly install serilog.sinks.ApplicationInsights v4 #469
Labels
application-insights
All issues related to Azure Application Insights
serilog
All issues related to Serilog
Milestone
Describe the bug
Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationInsights doesn't work with Serilog.Sinks.ApplicationInsights
System.TypeLoadException: Could not load type 'Serilog.Sinks.ApplicationInsights.Sinks.ApplicationInsights.TelemetryConverters.TelemetryConverterBase' from assembly 'Serilog.Sinks.ApplicationInsights, Version=4.0.0.0
To Reproduce
Just install latest package of the arcus package and install serilog.sinks.applicationinsights 4.0
Expected behavior
Things to work
Additional context
Serilog fixed the namespaces to be more logical in v4.0
serilog-contrib/serilog-sinks-applicationinsights@8e4e26a
The text was updated successfully, but these errors were encountered: