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