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