-
-
Notifications
You must be signed in to change notification settings - Fork 12
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 forCancellationTokenparameters, 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
SuperLinqand apply them toSuperLinq.Asyncvia partial methods.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels