We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e353005 commit e2ed3a3Copy full SHA for e2ed3a3
2 files changed
.editorconfig
@@ -159,6 +159,3 @@ dotnet_diagnostic.IDE0270.severity = silent
159
160
# JSON002: Probable JSON string detected
161
dotnet_diagnostic.JSON002.severity = silent
162
-
163
-# CA1848: Use the LoggerMessage delegates (depends on https://github.com/SteeltoeOSS/Steeltoe/issues/969)
164
-dotnet_diagnostic.CA1848.severity = silent
shared-test.props
@@ -2,7 +2,7 @@
2
<PropertyGroup>
3
<OutputType>Exe</OutputType>
4
<TestTfmsInParallel>false</TestTfmsInParallel>
5
- <NoWarn>$(NoWarn);S2094;S3717;SA1602;CA1062;CA1707;NU5104</NoWarn>
+ <NoWarn>$(NoWarn);S2094;S3717;SA1602;CA1062;CA1707;CA1848;NU5104</NoWarn>
6
<NuGetAuditMode>direct</NuGetAuditMode>
7
</PropertyGroup>
8
0 commit comments