3 references to VersionUnknown
aspire (2)
Utils\EnvironmentChecker\AspireVersionCheck.cs (1)
85var currentVersion = string.IsNullOrWhiteSpace(status.CurrentVersion) ? DoctorCommandStrings.VersionUnknown : status.CurrentVersion;
Utils\EnvironmentChecker\OperatingSystemCheck.cs (1)
82DoctorCommandStrings.VersionUnknown);
Aspire.Cli.Tests (1)
Commands\OperatingSystemCheckTests.cs (1)
43MessageDisplayName: DoctorCommandStrings.VersionUnknown));