Skip to content

Update SuperLinq.Async documentation #601

Description

@viceroypenguin

For a majority of methods, we can inherit doc from SuperEnumerable matching methods. There are two ways we can do this:

  1. We can simply use <inheritdoc/>. If we use this method, we will be unable to add documentation for CancellationToken parameters, due to CS1573, CS1712 warnings shouldn't appear when inheriting docs dotnet/roslyn#40325. However, this approach is simplest.
  2. We can add a source-generator to pull documentation in from SuperLinq and apply them to SuperLinq.Async via partial methods.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions