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