Skip to content

Commit

Permalink
Merge pull request #39819 from mavasani/FxCopAnalyzersCallback
Browse files Browse the repository at this point in the history
Disable the goldbar for suggesting install of FxCop analyzers
  • Loading branch information
mavasani authored Nov 14, 2019
2 parents 0a2a703 + 1ebac18 commit ef05ad1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@

namespace Microsoft.VisualStudio.LanguageServices.Implementation.Diagnostics
{
[Export(typeof(ISuggestedActionCallback))]
// Temporarily disabled due to noise: https://github.com/dotnet/roslyn/issues/39818
//[Export(typeof(ISuggestedActionCallback))]
internal class FxCopAnalyzersSuggestedActionCallback : ForegroundThreadAffinitizedObject, ISuggestedActionCallback
{
private const string AnalyzerVsixHyperlink = @"https://marketplace.visualstudio.com/items?itemName=VisualStudioPlatformTeam.MicrosoftCodeAnalysis2019";
Expand Down

0 comments on commit ef05ad1

Please sign in to comment.