Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Consider updating 21.05 so that Parallel.ForEachAsync() task is just returned

Open
#751 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
35/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Stale
Tech stack
csharp
Domain
backend

Research direction

No file or test is named. Start by locating the 21.05 code that uses Parallel.ForEachAsync and inspect whether it wraps the returned task in Task.Run. Done means the unnecessary wrapper is removed while the existing behavior is preserved.

Written by the indexing model from the issue text.

Description

Instead of just wrapping with another Task.Run which may be unecessary

Dominant language
C#
Stars
419
Forks
173
Avg merge
3m
Merged PRs (30d)
3

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from IntelliTect/EssentialCSharp

All issues in IntelliTect/EssentialCSharp

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.