Skip to content

Commit 5d23888

Browse files
ericstjCopilot
andcommitted
Simplify xUnit fix: async Task instead of async void + GCHandle
Replace async void with async Task for the test body, await the Task directly. Eliminates GCHandle, finished TCS, and async void entirely. This is cleaner xUnit code but does not fix the intermittent test hang, which has a separate root cause in the product code. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ae24299 commit 5d23888

1 file changed

File tree

-512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)