Clean up parameters and related

This makes some former virtual methods into properties, cleans up the location of some logic, and makes the BaseParameters class a little neater
This commit is contained in:
Matt Nadareski
2021-03-12 14:59:04 -08:00
parent 3a00efc7fd
commit 512f7ae016
10 changed files with 1239 additions and 1208 deletions

View File

@@ -171,7 +171,6 @@ namespace MPF.Check
drive = new Drive(null, new DriveInfo(path));
var env = new DumpEnvironment(options, "", filepath, drive, knownSystem, mediaType, null);
env.FixOutputPaths();
// Finally, attempt to do the output dance
var result = env.VerifyAndSaveDumpOutput(resultProgress, protectionProgress).ConfigureAwait(false).GetAwaiter().GetResult();