Implemented interface member:
property
IsAvailable
Aspire.Hosting.IInteractionService.IsAvailable
17 writes to IsAvailable
Aspire.Hosting.Tests (17)
Dcp\DcpHostNotificationTests.cs (6)
73var interactionService = new TestInteractionService { IsAvailable = true }; 122var interactionService = new TestInteractionService { IsAvailable = true }; 177var interactionService = new TestInteractionService { IsAvailable = false }; // Dashboard disabled 232var interactionService = new TestInteractionService { IsAvailable = true }; 282var interactionService = new TestInteractionService { IsAvailable = true }; 350var interactionService = new TestInteractionService { IsAvailable = true };
Orchestrator\ParameterProcessorTests.cs (11)
855var testInteractionService = new TestInteractionService { IsAvailable = true }; 875var testInteractionService = new TestInteractionService { IsAvailable = false }; 892var testInteractionService = new TestInteractionService { IsAvailable = true }; 938var testInteractionService = new TestInteractionService { IsAvailable = true }; 972var testInteractionService = new TestInteractionService { IsAvailable = true }; 1011var testInteractionService = new TestInteractionService { IsAvailable = true }; 1060var testInteractionService = new TestInteractionService { IsAvailable = true }; 1381var testInteractionService = new TestInteractionService { IsAvailable = true }; 1434var testInteractionService = new TestInteractionService { IsAvailable = true }; 1491var testInteractionService = new TestInteractionService { IsAvailable = true }; 1527var testInteractionService = new TestInteractionService { IsAvailable = true };