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: test/Serilog.Sinks.MSSqlServer.Tests/GlobalSuppressions.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,4 @@
8
8
[assembly:SuppressMessage("Globalization","CA1303:Do not pass literals as localized parameters",Justification="Supplying string literals and not using resources is accepted within this project.",Scope="namespaceanddescendants",Target="Serilog.Sinks.MSSqlServer.Tests")]
9
9
[assembly:SuppressMessage("Naming","CA1707:Identifiers should not contain underscores",Justification="Member names must match SQL server master DB objects.",Scope="type",Target="~T:Serilog.Sinks.MSSqlServer.Tests.TestUtils.sp_pkey")]
10
10
[assembly:SuppressMessage("Naming","CA1707:Identifiers should not contain underscores",Justification="Member names must match SQL server master DB objects.",Scope="type",Target="~T:Serilog.Sinks.MSSqlServer.Tests.TestUtils.SysIndex_CCI")]
11
+
[assembly:SuppressMessage("Globalization","CA1307:Specify StringComparison",Justification="In net452 there is no Contains() overload that accepts a StringComparison specifier",Scope="member",Target="~M:Serilog.Sinks.MSSqlServer.Tests.TestUtils.DatabaseTestsBase.VerifyLogMessageWasWritten(System.String)")]
0 commit comments