Suppress a warning caused by code from a polyfill.

This commit is contained in:
Brandon Thetford
2024-06-21 14:28:32 -07:00
parent f14b7b03ea
commit 428b436ce4

View File

@@ -0,0 +1,3 @@
using System.Diagnostics.CodeAnalysis;
[assembly: SuppressMessage ("Naming", "CA1708:Names should differ by more than case", Scope = "module", Justification = "That's coming from an external generator.")]