Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SuperLinq.Async documentation #601

Open
viceroypenguin opened this issue Dec 20, 2023 · 0 comments
Open

Update SuperLinq.Async documentation #601

viceroypenguin opened this issue Dec 20, 2023 · 0 comments

Comments

@viceroypenguin
Copy link
Owner

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant