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
{{ message }}
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
@Eilon, is it something you think needs to be fixed for light-up scenario?
Without this fix, in Core 2.0:
in the best case, the app name will be "Undefined + exception message" in the AI tracing events.
in the worst case, if this runtime exception is not caught by some reason (although, it should not be), it'll be an crash in event source constructor.
The current version of AI ASP.NET Core SDK on Nuget.org has this Platform Abstraction dependency and as far as I know your team has already referenced that version of AI ASP.NET Core SDK for your scenarios (which might involve Core 2.0).
See aspnet/Announcements#237
Remove the use of it. Here is the mention I found: https://github.com/Microsoft/ApplicationInsights-aspnetcore/blob/801cf8a79ad34588611f133bde9c7c59a57dc783/src/Microsoft.ApplicationInsights.AspNetCore/Extensibility/Implementation/Tracing/AspNetEventSource.cs#L31
The text was updated successfully, but these errors were encountered: