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