Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions eng/AutoCodeFormat.targets
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
CA1311 - specify a culture or use invariant
-->
<NoWarn>$(NoWarn),CA1304,CA1305,CA1310,CA1311</NoWarn>
<!--
CS9057 - Analyzer assemblies can use different versions depending on the SDK version, which seems to be from using an older version of VS than installed SDKs.
-->
<NoWarn>$(NoWarn),CS9057</NoWarn>
</PropertyGroup>

<!-- The following are debug supressions -->
Expand Down