Implemented interface member:
property
IsAvailable
Aspire.Hosting.IInteractionService.IsAvailable
3 writes to IsAvailable
Aspire.Hosting.Azure.Tests (3)
AzureDeployerTests.cs (1)
2047var nonInteractiveService = new TestInteractionService { IsAvailable = false };
ProvisioningContextProviderTests.cs (2)
20private readonly TestInteractionService _defaultInteractionService = new() { IsAvailable = false }; 174new TestInteractionService() { IsAvailable = false },