2 references to WorkloadInstallationFailed
dotnet (1)
Commands\Workload\Install\WorkloadInstallCommand.cs (1)
197
throw new GracefulException(string.Format(CliCommandStrings.
WorkloadInstallationFailed
, e.Message), e, isUserError: false);
dotnet.Tests (1)
CommandTests\Workload\Install\GivenDotnetWorkloadInstall.cs (1)
343
exceptionThrown.Message.Should().Be(String.Format(CliCommandStrings.
WorkloadInstallationFailed
, String.Format(CliCommandStrings.WorkloadNotSupportedOnPlatform, mockWorkloadId)));