Implemented interface member:
property
IsAvailable
Aspire.Hosting.IInteractionService.IsAvailable
2 writes to IsAvailable
Aspire.Hosting.Azure.Tests (2)
DefaultProvisioningContextProviderTests.cs (2)
22private readonly TestInteractionService _defaultInteractionService = new() { IsAvailable = false }; 101new TestInteractionService() { IsAvailable = false },