4 references to NeedRunToolRestore
dotnet (2)
CommandFactory\CommandResolution\LocalToolsCommandResolver.cs (2)
91
throw new GracefulException(string.Format(CliStrings.
NeedRunToolRestore
,
100
throw new GracefulException(string.Format(CliStrings.
NeedRunToolRestore
,
dotnet.Tests (2)
CommandFactoryTests\GivenALocalToolsCommandResolver.cs (2)
152
action.Should().Throw<GracefulException>(string.Format(CliStrings.
NeedRunToolRestore
,
176
action.Should().Throw<GracefulException>(string.Format(CliStrings.
NeedRunToolRestore
,