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
#19 1 comment 0 reactions 0 assignees View on GitHub

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

  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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.