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
Description
While testing the .NET agent on a fresh system, I noticed that I was receiving errors when enabling Infinite tracing for .NET Core applications. Upon deeper investigation, the .net core agent folder is missing the gRPC native libraries.
Expected Behavior
The MSI installer correctly deploys all required dependencies.
Steps to Reproduce
On a clean system, run the windows MSI installer (agent version 9.1.0).
Enable infinite tracing
Turn agent logs up to finest
Profile a .net core application
Review agent log and notice that an exception is encountered establishing gRPC channels due to missing native dlls.
Your Environment
Windows Server 2019 Datacenter
.NET agent 9.1
.NET Core 5.0 console application with custom instrumentation
The text was updated successfully, but these errors were encountered:
Description
While testing the .NET agent on a fresh system, I noticed that I was receiving errors when enabling Infinite tracing for .NET Core applications. Upon deeper investigation, the .net core agent folder is missing the gRPC native libraries.
Expected Behavior
The MSI installer correctly deploys all required dependencies.
Steps to Reproduce
On a clean system, run the windows MSI installer (agent version 9.1.0).
Enable infinite tracing
Turn agent logs up to finest
Profile a .net core application
Review agent log and notice that an exception is encountered establishing gRPC channels due to missing native dlls.
Your Environment
Windows Server 2019 Datacenter
.NET agent 9.1
.NET Core 5.0 console application with custom instrumentation
The text was updated successfully, but these errors were encountered: