Skip to content

Commit 69b342c

Browse files
cleanup
1 parent bfc1140 commit 69b342c

2 files changed

Lines changed: 2 additions & 13 deletions

File tree

EssentialCSharp.Web/EssentialCSharp.Web.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
CA1873: Logging argument evaluation - suppress for now; affects 14+ scaffolded Identity pages.
66
TODO: Address by converting to LoggerMessage source generators in a follow-up.
77
-->
8-
<!-- CA1873: Logging argument evaluation - scaffolded Identity pages.
9-
LOGGEN036: LoggerMessage source generator - JsonResult lacks ToString/IConvertible (.NET 10). -->
10-
<NoWarn>$(NoWarn);CA1873;LOGGEN036</NoWarn>
8+
<!-- CA1873: Logging argument evaluation - scaffolded Identity pages. -->
9+
<NoWarn>$(NoWarn);CA1873;</NoWarn>
1110
</PropertyGroup>
1211

1312
<ItemGroup>

EssentialCSharp.Web/Extensions/LoggerExtensions.cs

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)