On trying to save a candidate that throws an exception, stack trace can't be asserted.
The actual trace is serialized on candidate hover, but on save assertions aren't created.
Return type seems to be considered void.
Reproduction steps
DirectInvoke a method that throws an exception.
Try to save it as a replay, there will be no assertion options on save
...
Expected behavior
An assertion for the stack trace or part of it to be possible.
Describe the bug
On trying to save a candidate that throws an exception, stack trace can't be asserted. The actual trace is serialized on candidate hover, but on save assertions aren't created. Return type seems to be considered void.
Reproduction steps
Expected behavior
An assertion for the stack trace or part of it to be possible.
Additional context
No response