Implemented interface member:
property
IsAvailable
Aspire.Hosting.IInteractionService.IsAvailable
29 writes to IsAvailable
Aspire.Hosting.Tests (29)
Dcp\DcpHostNotificationTests.cs (13)
90var interactionService = new TestInteractionService { IsAvailable = true }; 133var interactionService = new TestInteractionService { IsAvailable = true }; 187var interactionService = new TestInteractionService { IsAvailable = true }; 246var interactionService = new TestInteractionService { IsAvailable = false }; // Dashboard disabled 305var interactionService = new TestInteractionService { IsAvailable = true }; 359var interactionService = new TestInteractionService { IsAvailable = true }; 431var interactionService = new TestInteractionService { IsAvailable = true }; 763var interactionService = new TestInteractionService { IsAvailable = true }; 813var interactionService = new TestInteractionService { IsAvailable = true }; 863var interactionService = new TestInteractionService { IsAvailable = true }; 914var interactionService = new TestInteractionService { IsAvailable = true }; 975var interactionService = new TestInteractionService { IsAvailable = true }; 1033var interactionService = new TestInteractionService { IsAvailable = true };
Orchestrator\ParameterProcessorTests.cs (12)
867var testInteractionService = new TestInteractionService { IsAvailable = true }; 887var testInteractionService = new TestInteractionService { IsAvailable = true }; 920var testInteractionService = new TestInteractionService { IsAvailable = true }; 945var testInteractionService = new TestInteractionService { IsAvailable = true }; 971var testInteractionService = new TestInteractionService { IsAvailable = true }; 1013var testInteractionService = new TestInteractionService { IsAvailable = true }; 1042var testInteractionService = new TestInteractionService { IsAvailable = true }; 1075var testInteractionService = new TestInteractionService { IsAvailable = false }; 1124var testInteractionService = new TestInteractionService { IsAvailable = true }; 1166var testInteractionService = new TestInteractionService { IsAvailable = true }; 1576var testInteractionService = new TestInteractionService { IsAvailable = true }; 1605var testInteractionService = new TestInteractionService { IsAvailable = true };
RequiredCommandAnnotationTests.cs (3)
387var testInteractionService = new TestInteractionService { IsAvailable = true }; 419var testInteractionService = new TestInteractionService { IsAvailable = false }; 443var testInteractionService = new TestInteractionService { IsAvailable = true };
ResourceCommandServiceTests.cs (1)
1825testInteractionService.IsAvailable = false;