newrelic-dotnet-agent
newrelic-dotnet-agent copied to clipboard
The New Relic .NET language agent.
We'll occasionally find dead code in the Agent for features that have been deprecated, workarounds for frameworks that are no longer supported, or code that was meant to be temporary....
### Describe the story, please be clear on scope of the story. We [previously suppressed some Async warnings](https://github.com/newrelic/newrelic-dotnet-agent/commit/38109a6d1ffe45938c35795b80f0cdab026713bf) in our integration tests by adding the corresponding warnings to a [global...
**Description** When an Azure WebApp or similar service is instrumented with the .NET Agent, the agent logs are written to `C:\home\logfiles` as expected. But when you run the Azure Diagnostic...
**Description** Agent obfuscates comments in SQL queries: ``` -- File: /build/source/Foo/Bar.cs:127 select id from bar ``` turns into: ``` -- File: /build/source/Foo/Bar.cs:? select id from bar ``` **Expected Behavior** Commented...
The NRDiag tool used by Support checks for some required .NET environment variables, like `COR_ENABLE_PROFILING`, but not all of them. We should update the .NET portion of the utility to...
This documentation says that 8T is not supported on Alpine Linux: https://docs.newrelic.com/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements-net-core/#unavailable-features However, the bug referred to there was associated with [Grpc.Core](https://www.nuget.org/packages/Grpc.Core), which has been replaced with [Grpc.Net](https://www.nuget.org/packages/Grpc.Net.Client) in the...
### Is your feature request related to a problem? Please describe. Include IIS virtual directory path in request.uri attribute of transactions in ASP.NET Core ### Feature Description thank you always....
### Is your feature request related to a problem? Please describe. Using the Agent in a docker container with read-only filesystem no new extension files are added after startup. Agent...
### Describe the story, please be clear on scope of the story. As part of #1359 we built a prototype of how we can use an in-agent method cache to...
### Describe the story, please be clear on scope of the story. At present, nearly all classes and interfaces in the .NET Agent are declared as `public`. In general this...