You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When HOSTEDONAZURE we plug in ApplicationInsights for various adapters.
These adapters require the TelemetryClient to be available in the IOC container.
However, in dotnet 8.0 we are also using keyed-dependencies.
There is a bug in application insights that prevents the TelemtryClient being registered after any keyed-dependency is registered.
We need a workaround, until application insights is fixed.
When
HOSTEDONAZURE
we plug in ApplicationInsights for various adapters.These adapters require the
TelemetryClient
to be available in the IOC container.However, in dotnet 8.0 we are also using keyed-dependencies.
There is a bug in application insights that prevents the
TelemtryClient
being registered after any keyed-dependency is registered.We need a workaround, until application insights is fixed.
microsoft/ApplicationInsights-dotnet#2879
The text was updated successfully, but these errors were encountered: