From 7598a451ccf5010427cdb10f06db1cfff5ac3a8a Mon Sep 17 00:00:00 2001 From: Laura Gomez Date: Tue, 14 Jan 2020 14:08:32 -0500 Subject: [PATCH] chore: XmlConverterAttribute is decorated as implicit --- ICD.Common.Utils/Xml/XmlConverterAttribute.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ICD.Common.Utils/Xml/XmlConverterAttribute.cs b/ICD.Common.Utils/Xml/XmlConverterAttribute.cs index afb97de..c1745c3 100644 --- a/ICD.Common.Utils/Xml/XmlConverterAttribute.cs +++ b/ICD.Common.Utils/Xml/XmlConverterAttribute.cs @@ -1,9 +1,11 @@ using System; using System.Collections.Generic; +using ICD.Common.Properties; using ICD.Common.Utils.Attributes; namespace ICD.Common.Utils.Xml { + [MeansImplicitUse] [AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = false)] public sealed class XmlConverterAttribute : AbstractIcdAttribute {