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