[RuntimeAsync] Add a testcase for Task-returning methods that use __arglst
Open
area-VM-coreclr
runtime-async
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
We need to add a testcase under src\tests\async\varargs .
The testcase should contain scenarios validating that both direct calls and await operator work correctly with methods that use __arglist feature in cases when the methods return:
* `Task`
* `ValueTask`
Contributor guide
Assessment
This issue has not been assessed yet.