Cory Nelson
Results
1
issues of
Cory Nelson
When a benchmark returns a `ValueTask`, it is simply called with `.GetAwaiter().GetResult()`. This is illegal `ValueTask` usage: you must not call `GetResult()` until the task has been completed. `IValueTaskSource`-backed tasks...
bug
Area:CodeGen