diff --git a/Source/ChocolateyGui.Common.Windows/Services/ChocolateyService.cs b/Source/ChocolateyGui.Common.Windows/Services/ChocolateyService.cs index 7bd53263..f848f5d9 100644 --- a/Source/ChocolateyGui.Common.Windows/Services/ChocolateyService.cs +++ b/Source/ChocolateyGui.Common.Windows/Services/ChocolateyService.cs @@ -48,8 +48,6 @@ public class ChocolateyService : IChocolateyService private GetChocolatey _choco; private string _localAppDataPath = string.Empty; private const string ErrorRegex = "^\\s*(ERROR|FATAL|WARN)"; -#pragma warning disable SA1401 // Fields must be private -#pragma warning restore SA1401 // Fields must be private public ChocolateyService(IMapper mapper, IProgressService progressService, IChocolateyConfigSettingsService configSettingsService, IXmlService xmlService, IFileSystem fileSystem, IConfigService configService) {