newrelic-dotnet-agent
newrelic-dotnet-agent copied to clipboard
Ability to support ValueTask async methods
The agent supports Task but not ValueTask.
* https://docs.newrelic.com/docs/agents/net-agent/other-features/async-support-net/
Add support for ValueTask
Be aware of the potential gotchas here https://blog.stephencleary.com/2020/03/valuetask.html and https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.valuetask-1?view=net-5.0
Aha! Link: https://newrelic.aha.io/features/DOTNET-346
https://issues.newrelic.com/browse/NEWRELIC-3658
The problem is a duplicate of an existing issue.