IntelliTect / IntelliTect/EssentialCSharp
Consider updating 21.05 so that Parallel.ForEachAsync() task is just returned
Open
- Dominant language
- C#
- Stars
- 418
- Forks
- 173
- Avg merge
- 3m
- Merged PRs (30d)
- 3
Description
Instead of just wrapping with another Task.Run which may be unecessary
Contributor guide
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.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100