From 2df182c4c9d86a145e38143c2144f05ce70e2c3f Mon Sep 17 00:00:00 2001 From: David Sparer Date: Wed, 19 Oct 2016 16:56:38 -0600 Subject: [PATCH] disable resharper name checking for a few enums --- mRemoteV1/Security/BlockCipherEngines.cs | 1 + mRemoteV1/Security/BlockCipherModes.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/mRemoteV1/Security/BlockCipherEngines.cs b/mRemoteV1/Security/BlockCipherEngines.cs index 55e44021..88932b87 100644 --- a/mRemoteV1/Security/BlockCipherEngines.cs +++ b/mRemoteV1/Security/BlockCipherEngines.cs @@ -1,4 +1,5 @@  +// ReSharper disable InconsistentNaming namespace mRemoteNG.Security { public enum BlockCipherEngines diff --git a/mRemoteV1/Security/BlockCipherModes.cs b/mRemoteV1/Security/BlockCipherModes.cs index 274ced74..11d2e932 100644 --- a/mRemoteV1/Security/BlockCipherModes.cs +++ b/mRemoteV1/Security/BlockCipherModes.cs @@ -1,4 +1,5 @@  +// ReSharper disable InconsistentNaming namespace mRemoteNG.Security { public enum BlockCipherModes