diff --git a/src/WinSW.Core/Util/XmlHelper.cs b/src/WinSW.Core/Util/XmlHelper.cs index 6417dae..4919de5 100644 --- a/src/WinSW.Core/Util/XmlHelper.cs +++ b/src/WinSW.Core/Util/XmlHelper.cs @@ -109,8 +109,7 @@ namespace WinSW.Util catch (ArgumentException ex) { throw new InvalidDataException( - "Cannot parse <" + attributeName + "> Enum value from string '" + substitutedValue + - "'. Enum type: " + typeof(TAttributeType), ex); + "Cannot parse <" + attributeName + "> Enum value from string '" + substitutedValue + "'. Enum type: " + typeof(TAttributeType), ex); } } } diff --git a/src/WinSW.Tests/WinSW.Tests.csproj b/src/WinSW.Tests/WinSW.Tests.csproj index c826295..926a671 100644 --- a/src/WinSW.Tests/WinSW.Tests.csproj +++ b/src/WinSW.Tests/WinSW.Tests.csproj @@ -12,7 +12,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive