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
Copy file name to clipboardExpand all lines: SampleProjectForTest/GlobalSuppressions.cs
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,9 @@
3
3
// Project-level suppressions either have no target or are given
4
4
// a specific target and scoped to a namespace, type, member, etc.
5
5
6
-
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Performance","CA1810:Initialize reference type static fields inline",Justification="<Pending>",Scope="member",Target="~M:SampleProjectForTest.SampleClassWithStaticConstructor.#cctor")]
7
-
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Performance","CA1822:Mark members as static",Justification="<Pending>",Scope="member",Target="~M:SampleProjectForTest.SampleClassWithStaticInitializer.PringAssemblyLocation")]
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Performance","CA1822:Mark members as static",Justification="<Pending>",Scope="member",Target="~M:SampleProjectForTest.SampleClassWithStaticInitializer.PrintAnotherValueAndWait(System.String)")]
10
-
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Performance","CA1822:Mark members as static",Justification="<Pending>",Scope="member",Target="~M:SampleProjectForTest.SampleClassWithStaticInitializer.EmptyMethod")]
11
7
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Performance","CA1810:Initialize reference type static fields inline",Justification="<Pending>",Scope="member",Target="~M:SampleProjectForTest.StaticClassWithStaticConstructor.#cctor")]
12
8
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Performance","CA1822:Mark members as static",Justification="<Pending>",Scope="member",Target="~M:SampleProjectForTest.PrimeCalculator.IsPrime(System.Int64)~System.Boolean")]
13
9
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Performance","CA1822:Mark members as static",Justification="<Pending>",Scope="member",Target="~M:SampleProjectForTest.ClassWithStaticInitializer.EmptyMethod")]
14
10
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Performance","CA1822:Mark members as static",Justification="<Pending>",Scope="member",Target="~M:SampleProjectForTest.ClassWithStaticInitializer.PrintAnotherValueAndWait(System.String)")]
15
-
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Performance","CA1822:Mark members as static",Justification="<Pending>",Scope="member",Target="~M:SampleProjectForTest.ClassWithStaticInitializer.PringAssemblyLocation")]
11
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Performance","CA1822:Mark members as static",Justification="<Pending>",Scope="member",Target="~M:SampleProjectForTest.ClassWithStaticInitializer.PrintAssemblyLocation")]
0 commit comments