zompinc / zompinc/sync-method-generator
Provide an option to convert a method with IAsyncEnumerable to IList, ReadOnlySpan, Span along side or instead of IEnumerable
Open
Nobody has claimed this yet.
- #23 by @ValerieFernandes — closed without merging
- Dominant language
- C#
- Stars
- 84
- Forks
- 11
- Avg merge
- 10h 50m
- Merged PRs (30d)
- 12
Description
IEnumerable implementation is not necessarily the fastest and Span does not implement it
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing issue #19 and the related closed pull request #23, then locate the existing IAsyncEnumerable-to-IEnumerable generation path. Determine how requested IList, ReadOnlySpan, and Span options should coexist with or replace IEnumerable, and validate the generated behavior for each supported option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100