10 references to IgnoreFailedSourcesOption
dotnet (7)
Commands\Tool\Execute\ToolExecuteCommand.cs (1)
37
IgnoreFailedSources: result.GetValue(ToolCommandRestorePassThroughOptions.
IgnoreFailedSourcesOption
),
Commands\Tool\Execute\ToolExecuteCommandParser.cs (1)
54
command.Options.Add(ToolCommandRestorePassThroughOptions.
IgnoreFailedSourcesOption
);
Commands\Tool\Install\ToolInstallCommandParser.cs (1)
119
command.Options.Add(ToolCommandRestorePassThroughOptions.
IgnoreFailedSourcesOption
);
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
93
IgnoreFailedSources: parseResult.GetValue(ToolCommandRestorePassThroughOptions.
IgnoreFailedSourcesOption
),
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
64
IgnoreFailedSources: parseResult.GetValue(ToolCommandRestorePassThroughOptions.
IgnoreFailedSourcesOption
),
Commands\Tool\Restore\ToolRestoreCommand.cs (1)
74
IgnoreFailedSources: result.GetValue(ToolCommandRestorePassThroughOptions.
IgnoreFailedSourcesOption
),
Commands\Tool\Restore\ToolRestoreCommandParser.cs (1)
38
command.Options.Add(ToolCommandRestorePassThroughOptions.
IgnoreFailedSourcesOption
);
dotnet.Tests (3)
CommandTests\Tool\Install\InstallToolParserTests.cs (1)
143
result.GetRequiredValue(ToolCommandRestorePassThroughOptions.
IgnoreFailedSourcesOption
).Should().BeTrue();
CommandTests\Tool\Restore\ToolRestoreParserTests.cs (1)
99
result.GetRequiredValue(ToolCommandRestorePassThroughOptions.
IgnoreFailedSourcesOption
).Should().BeTrue();
CommandTests\Tool\Update\UpdateToolParserTests.cs (1)
136
result.GetValue(ToolCommandRestorePassThroughOptions.
IgnoreFailedSourcesOption
).Should().Be(true);