We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62f047 commit 1585ce2Copy full SHA for 1585ce2
1 file changed
StyleCop.Analyzers.Status.Generator/SolutionReader.cs
@@ -86,6 +86,7 @@ private void InitializeCodeFixTypes()
86
.Select(t => Activator.CreateInstance(t, true))
87
.OfType<CodeFixProvider>()
88
.Where(x => x != null)
89
+ .Where(x => x.GetType().Name != "SettingsFileCodeFixProvider")
90
.ToArray());
91
}
92
0 commit comments