From fc2504d848846bce194ad1ff14000c0cb58b5ede Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Thu, 20 Aug 2020 17:11:14 +0200 Subject: [PATCH] Update src/Core/WinSWCore/Configuration/YamlConfiguration.cs --- src/Core/WinSWCore/Configuration/YamlConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/WinSWCore/Configuration/YamlConfiguration.cs b/src/Core/WinSWCore/Configuration/YamlConfiguration.cs index 711c222..2686d7b 100644 --- a/src/Core/WinSWCore/Configuration/YamlConfiguration.cs +++ b/src/Core/WinSWCore/Configuration/YamlConfiguration.cs @@ -290,7 +290,7 @@ namespace WinSW.Configuration { if (!int.TryParse(this.ZipOlderThanNumDaysYamlLog, out int zipolderthannumdaysValue)) { -//FIXME: Remove the build env specific warning suppression from the codebase +// FIXME: Remove the build env specific warning suppression from the codebase #pragma warning disable S2372 // Exceptions should not be thrown from property getters throw new InvalidDataException("Roll-Size-Time Based rolling policy is specified but zipOlderThanNumDays does not match the int format found in configuration XML."); #pragma warning restore S2372 // Exceptions should not be thrown from property getters