DotNetAnalyzers / AsyncUsageAnalyzers

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

Don't provide code fixes for Visual Basic in UseConfigureAwaitCodeFixProvider and DontUseThreadSleepCodeUniversalCodeFixProvider #51

Closed tmaczynski closed 7 years ago

tmaczynski commented 8 years ago

I think that Visual Basic should be deleted from ExportCodeFixProvider attributes in UseConfigureAwaitCodeFixProvider and DontUseThreadSleepCodeUniversalCodeFixProvider (from PR #50 ). Both code fixes use classes from Microsoft.CodeAnalysis.CSharp and Microsoft.CodeAnalysis.CSharp.Syntax and clearly won't fix Visual Basic code.