4 references to OutOfSupportMessage
dotnet (2)
Commands\Sdk\Check\RuntimeOutputWriter.cs (1)
39return string.Format(CliCommandStrings.OutOfSupportMessage, $"{runtime.Version.Major}.{runtime.Version.Minor}");
Commands\Sdk\Check\SdkOutputWriter.cs (1)
43return string.Format(CliCommandStrings.OutOfSupportMessage, $"{sdk.Version.Major}.{sdk.Version.Minor}");
dotnet.Tests (2)
CommandTests\Sdk\Check\GivenDotnetSdkCheck.cs (2)
140var expectedLines = outOfSupportVersions.Select(version => string.Format(CliCommandStrings.OutOfSupportMessage, version.Substring(0, 3))); 149.Select(version => string.Format(CliCommandStrings.OutOfSupportMessage, version.Substring(0, 3)));