2 references to RestorePartiallyFailed
dotnet (1)
Commands\Tool\Restore\ToolRestoreCommand.cs (1)
150
? CliCommandStrings.
RestorePartiallyFailed
dotnet.Tests (1)
CommandTests\Tool\Restore\ToolRestoreCommandTests.cs (1)
273
_reporter.Lines.Should().Contain(l => l.Contains(CliCommandStrings.
RestorePartiallyFailed
));