You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This file is used by Code Analysis to maintain SuppressMessage attributes that are applied to this project.
2
+
// Project-level suppression either have no target or are given a specific target and scoped to a namespace, type, member, etc.
3
+
4
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.LayoutRules","SA1513:Closing brace must be followed by blank line",Justification="My style")]
5
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.DocumentationRules","SA1633:File must have header",Justification="My style")]
6
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.DocumentationRules","SA1633:File must have header",Justification="My style")]
7
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.DocumentationRules","SA1649:File name must match first type name",Justification="My style")]
8
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.LayoutRules","SA1516:Elements must be separated by blank line",Justification="My style")]
9
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.OrderingRules","SA1201:Elements must appear in the correct order",Justification="My style")]
10
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.NamingRules","SA1306:Field names must begin with lower-case letter",Justification="My style")]
11
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.LayoutRules","SA1504:All accessors must be single-line or multi-line",Justification="My style")]
12
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.LayoutRules","SA1502:Element must not be on a single line",Justification="My style")]
13
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.OrderingRules","SA1202:Elements must be ordered by access",Justification="My style")]
14
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.ReadabilityRules","SA1124:Do not use regions",Justification="Seriously?")]
15
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.LayoutRules","SA1514:Element documentation header must be preceded by blank line",Justification="My style")]
16
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.ReadabilityRules","SA1101:Prefix local calls with this",Justification="My style")]
17
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.LayoutRules","SA1503:Braces must not be omitted",Justification="My style")]
18
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.NamingRules","SA1312:Variable names must begin with lower-case letter",Justification="My style")]
19
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.MaintainabilityRules","SA1405:Debug.Assert must provide message text",Justification="When you have contracts we can talk about it")]
20
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.LayoutRules","SA1510:Chained statement blocks must not be preceded by blank line",Justification="My style")]
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.LayoutRules","SA1519:Braces must not be omitted from multi-line child statement",Justification="My style")]
23
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.SpacingRules","SA1002:Semicolons must be spaced correctly",Justification="My style")]
24
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.OrderingRules","SA1204:Static elements should appear before instance elements",Justification="My style")]
25
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Design","CA1031:Do not catch general exception types",Justification="My style")]
26
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Naming","CA1720:Identifier contains type name",Justification="My style")]
0 commit comments