Skip to content

Stephanvs/asyncvoid-vs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asyncvoid-vs

Changing the world one async void return type at a time.

What is this?

It's actually quite simple, this Visual Studio Extension detects the following code snippet:

public async void SomeMethod()
{
    ...
}

and helps you to refactor it into

public async Task SomeMethod()
{
    ...
}

About

Changing the world one async void return type at a time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published