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
I was looking into an issue where Microsoft.Testing.Extensions.Telemetry on .net 9 was still fetching System.Diagnostics.DiagnosticSource 5.0.0 due to Microsoft.ApplicationInsights dependency. I noticed that Microsoft.ApplicationInsights has released major version 3 which no longer has System.Diagnostics.DiagnosticSource however it no longer supports netStandard2.0 as part of microsoft/ApplicationInsights-dotnet#3091.
Microsoft.Testing.Extensions.Telemetry and Microsoft.Testing.Extensions.VSTestBridge will need to choose a route:
Drop netStandard2.0 in favor of .NETFramework 4.6.2 or higher