From 47c8875a8f4f0a26575e28ce7f1b347e44b30ef2 Mon Sep 17 00:00:00 2001 From: Marcin Celej Date: Sun, 19 Mar 2023 09:11:31 +0100 Subject: [PATCH] #24: Disabled R# error in one of files --- Reflection/Synergy.Reflection/CustomAttributeExtensions.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Reflection/Synergy.Reflection/CustomAttributeExtensions.cs b/Reflection/Synergy.Reflection/CustomAttributeExtensions.cs index 3e8b30f..0c370c6 100644 --- a/Reflection/Synergy.Reflection/CustomAttributeExtensions.cs +++ b/Reflection/Synergy.Reflection/CustomAttributeExtensions.cs @@ -1,4 +1,5 @@ -using System; +// ReSharper disable RedundantUsingDirective +using System; using System.Collections.Generic; using System.Linq; using System.Reflection;