Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix
  • Loading branch information
josefpihrt committed Oct 19, 2024
commit 6be4cd24fd01adc334a2bd7e507f3a10252f888d
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ class C
async Task M()
{
Task task = default;
await task.ConfigureAwait();
await task.ConfigureAwait(true);
}
}
");
Expand Down