Skip to content

Commit e2ed3a3

Browse files
authored
Remove suppression for CA1848: Use the LoggerMessage delegates (#1704)
Follow-up for #1652.
1 parent e353005 commit e2ed3a3

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.editorconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,3 @@ dotnet_diagnostic.IDE0270.severity = silent
159159

160160
# JSON002: Probable JSON string detected
161161
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<TestTfmsInParallel>false</TestTfmsInParallel>
5-
<NoWarn>$(NoWarn);S2094;S3717;SA1602;CA1062;CA1707;NU5104</NoWarn>
5+
<NoWarn>$(NoWarn);S2094;S3717;SA1602;CA1062;CA1707;CA1848;NU5104</NoWarn>
66
<NuGetAuditMode>direct</NuGetAuditMode>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)