3 implementations of IsAvailable
Aspire.Hosting (1)
InteractionService.cs (1)
36public bool IsAvailable
Aspire.Hosting.Azure.Tests (1)
tests\Shared\TestInteractionService.cs (1)
16public bool IsAvailable { get; set; } = true;
Aspire.Hosting.Tests (1)
tests\Shared\TestInteractionService.cs (1)
16public bool IsAvailable { get; set; } = true;
11 references to IsAvailable
Aspire.Hosting (7)
ApplicationModel\RequiredCommandValidator.cs (1)
122if (_interactionService.IsAvailable)
Dcp\DcpHost.cs (1)
357if (!_interactionService.IsAvailable)
Orchestrator\ParameterProcessor.cs (3)
57if (interactionService.IsAvailable && _unresolvedParameters.Count > 0) 147if (executionContext.IsRunMode && interactionService.IsAvailable && !parameterResource.Annotations.OfType<ResourceCommandAnnotation>().Any(a => a.Name == KnownResourceCommands.SetParameterCommand)) 163if (interactionService.IsAvailable && ex is MissingParameterValueException)
Pipelines\DistributedApplicationPipeline.cs (1)
86if (interactionService.IsAvailable)
VersionChecking\VersionCheckService.cs (1)
56if (!_interactionService.IsAvailable || _executionContext.IsPublishMode || _configuration.GetBool(KnownConfigNames.VersionCheckDisabled, defaultValue: false))
Aspire.Hosting.Azure (1)
Provisioning\Internal\RunModeProvisioningContextProvider.cs (1)
67if (!_interactionService.IsAvailable ||
Aspire.Hosting.Azure.Kusto (1)
AzureKustoBuilderExtensions.cs (1)
390if (interactionService.IsAvailable)
Aspire.Hosting.DevTunnels (2)
DevTunnelLoginManager.cs (1)
53if (_interactionService.IsAvailable)
LoggedOutNotificationManager.cs (1)
15if (interactionService.IsAvailable)