Skip to content

Commit

Permalink
Updating WpfAnalyzers
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Jun 26, 2018
1 parent f3e2ed2 commit b630a43
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Fluent.Ribbon.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,8 @@
<Rule Id="SA1649" Action="None" />
</Rules>
<Rules AnalyzerId="WpfAnalyzers.Analyzers" RuleNamespace="WpfAnalyzers.Analyzers">
<Rule Id="WPF0041" Action="None" />
<Rule Id="WPF0003" Action="None" />
<Rule Id="WPF0001" Action="None" />
<Rule Id="WPF0006" Action="None" />
<Rule Id="WPF0041" Action="None" />
<Rule Id="WPF0072" Action="None" />
</Rules>
</RuleSet>
34 changes: 34 additions & 0 deletions Fluent.Ribbon/GlobalSuppressions.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
// This file is used by Code Analysis to maintain SuppressMessage
// attributes that are applied to this project.
// Project-level suppressions either have no target or are given
// a specific target and scoped to a namespace, type, member, etc.

[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0001:Backing field for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~F:Fluent.BackstageTabItem.KeyTipProperty")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0001:Backing field for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~F:Fluent.Button.KeyTipProperty")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0001:Backing field for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~F:Fluent.CheckBox.KeyTipProperty")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0001:Backing field for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~F:Fluent.ComboBox.KeyTipProperty")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0001:Backing field for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~F:Fluent.DropDownButton.KeyTipProperty")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0001:Backing field for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~F:Fluent.GalleryItem.KeyTipProperty")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0001:Backing field for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~F:Fluent.InRibbonGallery.KeyTipProperty")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0001:Backing field for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~F:Fluent.MenuItem.KeyTipProperty")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0001:Backing field for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~F:Fluent.RadioButton.KeyTipProperty")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0001:Backing field for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~F:Fluent.RibbonControl.KeyTipProperty")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0001:Backing field for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~F:Fluent.RibbonGroupBox.KeyTipProperty")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0001:Backing field for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~F:Fluent.RibbonTabItem.KeyTipProperty")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0001:Backing field for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~F:Fluent.TextBox.KeyTipProperty")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0001:Backing field for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~F:Fluent.ToggleButton.KeyTipProperty")]

[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0003:CLR property for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~P:Fluent.BackstageTabItem.KeyTip")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0003:CLR property for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~P:Fluent.Button.KeyTip")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0003:CLR property for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~P:Fluent.CheckBox.KeyTip")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0003:CLR property for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~P:Fluent.ComboBox.KeyTip")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0003:CLR property for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~P:Fluent.DropDownButton.KeyTip")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0003:CLR property for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~P:Fluent.GalleryItem.KeyTip")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0003:CLR property for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~P:Fluent.InRibbonGallery.KeyTip")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0003:CLR property for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~P:Fluent.MenuItem.KeyTip")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0003:CLR property for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~P:Fluent.RadioButton.KeyTip")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0003:CLR property for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~P:Fluent.RibbonControl.KeyTip")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0003:CLR property for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~P:Fluent.RibbonGroupBox.KeyTip")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0003:CLR property for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~P:Fluent.RibbonTabItem.KeyTip")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0003:CLR property for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~P:Fluent.TextBox.KeyTip")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("WpfAnalyzers.DependencyProperty", "WPF0003:CLR property for a DependencyProperty should match registered name.", Justification = "Exception", Scope = "member", Target = "~P:Fluent.ToggleButton.KeyTip")]
2 changes: 1 addition & 1 deletion paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ NUGET
JetBrains.Annotations (11.1)
MSBuild.Sdk.Extras (1.4)
StyleCop.Analyzers (1.0.2)
WpfAnalyzers (2.1.2.1)
WpfAnalyzers (2.1.3.1)
XamlColorSchemeGenerator (1.0.3.17)

GROUP cake
Expand Down

0 comments on commit b630a43

Please sign in to comment.