From 6e2543563919577651a2e4ea75113f077fc899b8 Mon Sep 17 00:00:00 2001 From: Richard Webb Date: Tue, 14 Jul 2020 21:30:10 +0100 Subject: [PATCH] Suppress CA1707 warnings from LzwConstants --- src/ICSharpCode.SharpZipLib/Lzw/LzwConstants.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ICSharpCode.SharpZipLib/Lzw/LzwConstants.cs b/src/ICSharpCode.SharpZipLib/Lzw/LzwConstants.cs index b7dc60f59..88934830f 100644 --- a/src/ICSharpCode.SharpZipLib/Lzw/LzwConstants.cs +++ b/src/ICSharpCode.SharpZipLib/Lzw/LzwConstants.cs @@ -3,6 +3,7 @@ namespace ICSharpCode.SharpZipLib.Lzw /// /// This class contains constants used for LZW /// + [System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1707:Identifiers should not contain underscores", Justification = "kept for backwards compatibility")] sealed public class LzwConstants { ///