resharper-heapview
resharper-heapview copied to clipboard
Allocations in async method, maybe awaits
ValueTask<T> awaits usually do not allocates...
Do we care about allocations in async code at all?
Ideally we should. I'd expect from the Heap Allocation plugin to show me a difference between async code that uses ValueTask in right (= non-allocating) and wrong (= allocating) ways.