Skip to content

Commit

Permalink
Merge pull request DotNetAnalyzers#64 from sharwell/rm-vb
Browse files Browse the repository at this point in the history
Remove VisualBasic from the languages supported by UseConfigureAwaitCodeFixProvider
  • Loading branch information
sharwell authored Jul 25, 2017
2 parents 1cf9da4 + ed0f501 commit aa124aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace AsyncUsageAnalyzers.Usage
/// <summary>
/// Implements a code fix for <see cref="UseConfigureAwaitCodeFixProvider"/>.
/// </summary>
[ExportCodeFixProvider(LanguageNames.CSharp, LanguageNames.VisualBasic, Name = nameof(UseConfigureAwaitCodeFixProvider))]
[ExportCodeFixProvider(LanguageNames.CSharp, Name = nameof(UseConfigureAwaitCodeFixProvider))]
[Shared]
internal class UseConfigureAwaitCodeFixProvider : CodeFixProvider
{
Expand Down

0 comments on commit aa124aa

Please sign in to comment.