Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

The non-async method for subclass return a ValueTask report AvoidAsyncSuffix #75

@watsonsong

Description

@watsonsong

I have a method need implement from the interface, and this implement is not async. So I write the following signature:
public ValueTask<SongInfo> FindAsync()
But it report AvoidAsyncSuffix. It work fine with:
public Task<SongInfo> FindAsync()

I think the ValueTask should be support.

Addition: I see the recent update, but the package in nuget is really out of date. Could you update the nuget package?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions