From 56ab717c8e1dc4c30b4350a384e2d98982983bb3 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Thu, 2 Apr 2020 21:20:22 +1000 Subject: Address breaking changes. --- src/wixcop/CommandLine/ConvertCommand.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/wixcop/CommandLine/ConvertCommand.cs') diff --git a/src/wixcop/CommandLine/ConvertCommand.cs b/src/wixcop/CommandLine/ConvertCommand.cs index a9a110fe..8b01faa7 100644 --- a/src/wixcop/CommandLine/ConvertCommand.cs +++ b/src/wixcop/CommandLine/ConvertCommand.cs @@ -14,7 +14,7 @@ namespace WixToolset.Tools.WixCop.CommandLine { private const string SettingsFileDefault = "wixcop.settings.xml"; - public ConvertCommand(IServiceProvider serviceProvider, bool fixErrors, int indentationAmount, List searchPatterns, bool subDirectories, string settingsFile1, string settingsFile2) + public ConvertCommand(IWixToolsetServiceProvider serviceProvider, bool fixErrors, int indentationAmount, List searchPatterns, bool subDirectories, string settingsFile1, string settingsFile2) { this.ErrorsAsWarnings = new HashSet(); this.ExemptFiles = new HashSet(); @@ -43,7 +43,7 @@ namespace WixToolset.Tools.WixCop.CommandLine private List SearchPatterns { get; } - private IServiceProvider ServiceProvider { get; } + private IWixToolsetServiceProvider ServiceProvider { get; } private string SettingsFile1 { get; } -- cgit v1.2.3-55-g6feb