newrelic-dotnet-agent icon indicating copy to clipboard operation
newrelic-dotnet-agent copied to clipboard

The New Relic .NET language agent.

Results 163 newrelic-dotnet-agent issues
Sort by recently updated
recently updated
newest added

The base recipe does most of the install work already. The majority of the work will be configuration. The recipes do not need to be generalized and can be tightly...

enhancement

At the very least, this story covers adding/updating our docs for installing the agent using an Azure ARM template with the site extension. If the spike #685 shows that we...

documentation

Review our release process steps, create/improve the run book for deployment apt.newrelic.com/debian/ rollback and roll-forward. ### Feature Description A clear and concise description of steps required to rollback or roll...

documentation
chore
Incident Action Item

Remove EOL versions from the S3 (apt.newrelic.com/dot_net_agent/) bucket - to make more efficient the process of copying/restoring [ Really Want ]

chore
Incident Action Item
technical debt

Validate if the agent is compatible with Google.Protobuf ver 3.15.7.

help wanted

### Feature Description [Agent API docs page](https://docs.newrelic.com/docs/agents/net-agent/net-agent-api) is out of date. For instance, it includes `AddCustomParameter` (deprecated) and does not include `AddCustomAttribute` (replacement). This prevents us from providing a link...

documentation
intern

The `AzureWebApplicationSmokeTest` has been broken due to a problem publishing the test app to Azure. The existing way to publish the app no longer works as Azure has changed the...

## Description Update CHANGELOG.md

https://github.com/newrelic/newrelic-dotnet-agent/blob/721825bcad66bb1036a00752de2c2c989e1114d0/src/AwsLambda/AwsLambdaOpenTracer/LambdaTracer.cs#L110-L115 The parameter for `ArgumentNullException` is supposed to be the name of the parameter that was null, not a message. Furthermore, `ArgumentNullException` is intended for when one of the function...

bug
community

## Description The previous exception type, ArgumentNullException, was incorrect. The new type, ArgumentException, is better fit. # Author Checklist - [x] Unit tests, Integration tests, and Unbounded tests completed -...