Timothy Mothra

Results 156 comments of Timothy Mothra

I've never found a root cause for "project.assets.json" errors. I see them maybe once a month on my dev box and for me they go away by either restarting Visual...

Hi @Expecho, most of the cmd files had been orphaned from older build systems. We went through several changes to our build infra and had not kept all these other...

- > NU1201: Project Microsoft.ApplicationInsights is not compatible with net5.0 (.NETCoreApp,Version=v5.0). Project Microsoft.ApplicationInsights does not support any target frameworks. `Microsoft.ApplicationInsights` is absolutely compatible with net5.0 via netstardard. I can't explain...

Hello @maskati, Thank you for the details. I'll need more time to investigate `AzureEventSourceLogForwarder`, the Application Insights SDK is not expected to log the token acquisition traffic. Regarding caching, the...

> Most Azure SDK clients (Storage, App Config etc.) implement token cache, for example using BearerAuthenticationTokenPolicy. Is there a reason App Insights is different? The Azure SDKs share a common...

> how does App Insights currently prevent telemetry transmission over http from triggering traces All of our outbound HTTP calls are wrapped with `SdkInternalOperationsMonitor`: https://github.com/microsoft/ApplicationInsights-dotnet/blob/87c20192612a1b0760c9bb2ed5fabf75b24fab81/BASE/src/ServerTelemetryChannel/Implementation/TransmissionSender.cs#L194-L196

Hi @yadavsachin , not enough information to investigate. Can you share a minimal repro application that reproduces this?

I saw this error on our DEVELOP branch. I don't see any fields of type `PerformanceCounter` in this class. But the field in the exception `performanceCounter` is not being disposed....

Hi @JorinZhu, You'll need to collect the SDK logs to identify the exact issue the SDK is experiencing. https://github.com/microsoft/ApplicationInsights-dotnet/tree/main/troubleshooting/ETW#self-diagnostics If you can identify the error message you're receiving from the...