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

Add Microsoft.VisualStudio.Threading.Analyzers to the set of analysers #50

Open
Lmooney25 opened this issue Aug 23, 2023 · 0 comments
Open

Comments

@Lmooney25
Copy link

Lmooney25 commented Aug 23, 2023

The current set of analysers do not detect async void methods. The appearance of these methods is generally a mistake, and they create situations that can be difficult to debug, so we should have an analyser to warn about them.

The Microsoft.VisualStudio.Threading.Analyzers NuGet packager provides such as analyzer as well as many more for detecting common mistakes regarding threading and async coding. We should add it to the set of analysers in this package.

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

No branches or pull requests

1 participant