1 write to restoreActionConfig
dotnet (1)
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
62restoreActionConfig = new RestoreActionConfig(DisableParallel: parseResult.GetValue(ToolCommandRestorePassThroughOptions.DisableParallelOption),
3 references to restoreActionConfig
dotnet (1)
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
67_toolLocalPackageInstaller = new ToolInstallLocalInstaller(parseResult, toolPackageDownloader, runtimeJsonPathForTests, restoreActionConfig);
dotnet.Tests (2)
CommandTests\Tool\Install\ToolInstallLocalCommandTests.cs (1)
99toolInstallCommand.restoreActionConfig.IgnoreFailedSources.Should().BeTrue();
CommandTests\Tool\Update\ToolUpdateLocalCommandTests.cs (1)
141command._toolInstallLocalCommand.Value.restoreActionConfig.IgnoreFailedSources.Should().BeTrue();