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