Skip to content

Return of ValueTuple is not documented Properly #763

@StevenBonePgh

Description

@StevenBonePgh

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?

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