Stack traces with async variants
Open
area-CodeGen-Interpreter-coreclr
disabled-test
runtime-async
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
`DiagnosticMethodInfo.Create(new StackFrame())` in a runtime async method doesn't work as expected.
This is an issue for the coreclr interpreter, as it needs a helper function, which is defined in C#, and there is no way to disable that either.
https://github.com/dotnet/runtime/issues/122547 was for the issue for both Native AOT and the interpreter but since there will be a fix for Native AOT, created this one specific for the interpreter.
Contributor guide
Assessment
This issue has not been assessed yet.