From 282677b91f7713d1901a9f260ceb8d56d60dc3b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 15:36:39 +0800 Subject: [PATCH] Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.8.0 (#704) * Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.8.0 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.7.1 to 16.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.7.1...v16.8.0) Signed-off-by: dependabot[bot] * Update XmlHelper.cs Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Next Turn <45985406+NextTurn@users.noreply.github.com> --- src/WinSW.Core/Util/XmlHelper.cs | 3 +-- src/WinSW.Tests/WinSW.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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