Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

async void method might be problematic #207

Open
Dmitry-Me opened this issue Nov 1, 2019 · 1 comment
Open

async void method might be problematic #207

Dmitry-Me opened this issue Nov 1, 2019 · 1 comment

Comments

@Dmitry-Me
Copy link
Collaborator

Code analysis says that

public static async void addTextToOutputWindow(string text)

is not the best option because https://stackoverflow.com/q/53215577

Looks like it should be refactored.

@VioletGiraffe
Copy link
Owner

An interesting note, thanks, I'll fix it.

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

No branches or pull requests

2 participants