5 writes to IsInstalled
aspire (5)
src\Shared\ContainerRuntimeDetector.cs (5)
159IsInstalled = false, 180IsInstalled = true, 198IsInstalled = true, 225IsInstalled = isInstalled, 240IsInstalled = false,
8 references to IsInstalled
aspire (8)
src\Shared\ContainerRuntimeDetector.cs (6)
80public bool IsHealthy => IsInstalled && IsRunning; 108/// When a runtime is configured but not available, returns its info with <see cref="ContainerRuntimeInfo.IsInstalled"/> = false. 303if (!best.IsInstalled && candidate.IsInstalled) 312&& candidate.IsInstalled == best.IsInstalled
Utils\EnvironmentChecker\ContainerRuntimeCheck.cs (2)
57if (!info.IsInstalled && (configuredRuntime is null || 160if (!info.IsInstalled)