From f328598f63e95b4dc6e9a3e12c85556aa4cf7362 Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Thu, 20 May 2021 14:45:49 -0400 Subject: [PATCH] refactor: Tidying, resolving warnings --- ICD.Common.Utils/Csv/CsvReader.cs | 2 +- ICD.Common.Utils/Csv/CsvReaderSettings.cs | 2 -- ICD.Common.Utils/Properties/ObfuscationAttributes.cs | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ICD.Common.Utils/Csv/CsvReader.cs b/ICD.Common.Utils/Csv/CsvReader.cs index a70a180..fdc294c 100644 --- a/ICD.Common.Utils/Csv/CsvReader.cs +++ b/ICD.Common.Utils/Csv/CsvReader.cs @@ -62,7 +62,7 @@ namespace ICD.Common.Utils.Csv /// Iterate through all lines in this Csv file /// /// An array of all data columns in the line - IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() + IEnumerator IEnumerable.GetEnumerator() { return Lines().GetEnumerator(); } diff --git a/ICD.Common.Utils/Csv/CsvReaderSettings.cs b/ICD.Common.Utils/Csv/CsvReaderSettings.cs index 65e9c4e..7cc0225 100644 --- a/ICD.Common.Utils/Csv/CsvReaderSettings.cs +++ b/ICD.Common.Utils/Csv/CsvReaderSettings.cs @@ -3,8 +3,6 @@ * License: http://www.apache.org/licenses/LICENSE-2.0 * Home page: https://github.com/tspence/csharp-csv-reader */ - -using System; using System.Collections.Generic; namespace ICD.Common.Utils.Csv diff --git a/ICD.Common.Utils/Properties/ObfuscationAttributes.cs b/ICD.Common.Utils/Properties/ObfuscationAttributes.cs index 1760dd9..ecfb02d 100644 --- a/ICD.Common.Utils/Properties/ObfuscationAttributes.cs +++ b/ICD.Common.Utils/Properties/ObfuscationAttributes.cs @@ -14,10 +14,10 @@ // // ============================================================================= +// ReSharper disable once RedundantUsingDirective using System; // ReSharper disable once CheckNamespace - namespace System.Reflection { ///