diff options
Diffstat (limited to 'src/wixcop/CommandLine/ConvertCommand.cs')
-rw-r--r-- | src/wixcop/CommandLine/ConvertCommand.cs | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
14 | { | 14 | { |
15 | private const string SettingsFileDefault = "wixcop.settings.xml"; | 15 | private const string SettingsFileDefault = "wixcop.settings.xml"; |
16 | 16 | ||
17 | public ConvertCommand(IServiceProvider serviceProvider, bool fixErrors, int indentationAmount, List<string> searchPatterns, bool subDirectories, string settingsFile1, string settingsFile2) | 17 | public ConvertCommand(IWixToolsetServiceProvider serviceProvider, bool fixErrors, int indentationAmount, List<string> searchPatterns, bool subDirectories, string settingsFile1, string settingsFile2) |
18 | { | 18 | { |
19 | this.ErrorsAsWarnings = new HashSet<string>(); | 19 | this.ErrorsAsWarnings = new HashSet<string>(); |
20 | this.ExemptFiles = new HashSet<string>(); | 20 | this.ExemptFiles = new HashSet<string>(); |
@@ -43,7 +43,7 @@ namespace WixToolset.Tools.WixCop.CommandLine | |||
43 | 43 | ||
44 | private List<string> SearchPatterns { get; } | 44 | private List<string> SearchPatterns { get; } |
45 | 45 | ||
46 | private IServiceProvider ServiceProvider { get; } | 46 | private IWixToolsetServiceProvider ServiceProvider { get; } |
47 | 47 | ||
48 | private string SettingsFile1 { get; } | 48 | private string SettingsFile1 { get; } |
49 | 49 | ||