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

Ability to support ValueTask async methods

Open elucus opened this issue 4 years ago • 1 comments

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

elucus avatar Oct 11 '21 18:10 elucus

https://issues.newrelic.com/browse/NEWRELIC-3658

The problem is a duplicate of an existing issue.