-
-
Notifications
You must be signed in to change notification settings - Fork 371
Closed
Description
May be similar to #619.
A method with the signature:
public async Task<(string, SomeEnum)> DoWork(object thing)
or alternatively
public async Task<ValueTuple<string, SomeEnum>> DoWork(object thing)
is being documented as
public Task<()> DoWork(object thing)
And the summary, parameters, return value, etc is all showing 'missing documentation'. These are in multitargeted libraries for 4.5.2, 4.8, and netstandard and regardless of full framework selection it appears to always want to select 4.5.2 at build time. I get the same results under the cross-platform as I do 4.5.2. Any suggestions, Eric?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels