1 write to _restoreActionConfig
dotnet (1)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
91_restoreActionConfig = new RestoreActionConfig(DisableParallel: parseResult.GetValue(ToolCommandRestorePassThroughOptions.DisableParallelOption),
5 references to _restoreActionConfig
dotnet (3)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (3)
95nugetPackageDownloader ??= new NuGetPackageDownloader.NuGetPackageDownloader(tempDir, verboseLogger: new NullLogger(), restoreActionConfig: _restoreActionConfig, verbosityOptions: _verbosity, verifySignatures: verifySignatures ?? true, shouldUsePackageSourceMapping: true); 207restoreActionConfig: _restoreActionConfig 252restoreActionConfig: _restoreActionConfig
dotnet.Tests (2)
CommandTests\Tool\Install\ToolInstallGlobalOrToolPathCommandTests.cs (1)
92toolInstallCommand._restoreActionConfig.IgnoreFailedSources.Should().BeTrue();
CommandTests\Tool\Update\ToolUpdateGlobalOrToolPathCommandTests.cs (1)
111toolUpdateCommand._toolInstallGlobalOrToolPathCommand._restoreActionConfig.IgnoreFailedSources.Should().BeTrue();