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