Open
Description
For a majority of methods, we can inherit doc from SuperEnumerable
matching methods. There are two ways we can do this:
- We can simply use
<inheritdoc/>
. If we use this method, we will be unable to add documentation forCancellationToken
parameters, due to CS1573, CS1712 warnings shouldn't appear when inheriting docs dotnet/roslyn#40325. However, this approach is simplest. - We can add a source-generator to pull documentation in from
SuperLinq
and apply them toSuperLinq.Async
via partial methods.
Metadata
Assignees
Labels
No labels
Activity