DotNetAnalyzers / AsyncUsageAnalyzers

Now superseded by Microsoft/vs-threading
https://github.com/Microsoft/vs-threading
Other
121 stars 18 forks source link

Include AsyncUsageAnalyzers.CodeFixes in Visual Studio extension. #48

Closed tmaczynski closed 8 years ago

tmaczynski commented 8 years ago

Code fixes from AsyncUsageAnalyzers.CodeFixes don't work in Visual Studio because AsyncUsageAnalyzers.CodeFixes is not listed in vsixmanifest file.

This pull request contains a simple update which fixes the issue.

Fixes #49

sharwell commented 8 years ago

Note that this only affects users who are debugging the project (but it's still a bug).

:+1: