Skip to content
This repository has been 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

Open
watsonsong opened this issue Aug 18, 2018 · 0 comments

Comments

@watsonsong
Copy link

watsonsong commented Aug 18, 2018

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant