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
Next Next commit
Update PolyShim/Net60/Parallel.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
Tyrrrz and Copilot authored Dec 2, 2025
commit f88eb620c9829939960a2962d99130763c25e54c
2 changes: 1 addition & 1 deletion PolyShim/Net60/Parallel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ await ForEachAsync(
source,
new ParallelOptions { CancellationToken = cancellationToken },
body
);
).ConfigureAwait(false);

// Task instead of ValueTask for maximum compatibility
// https://learn.microsoft.com/dotnet/api/system.threading.tasks.parallel.foreachasync#system-threading-tasks-parallel-foreachasync-1(system-collections-generic-iasyncenumerable((-0))-system-func((-0-system-threading-cancellationtoken-system-threading-tasks-valuetask)))
Expand Down
Loading