Implemented interface member:
property
IsAvailable
Aspire.Hosting.IInteractionService.IsAvailable
2 references to IsAvailable
Aspire.Hosting (2)
InteractionService.cs (2)
297
if (!
IsAvailable
)
299
throw new InvalidOperationException($"InteractionService is not available because the dashboard is not enabled. Use the {nameof(
IsAvailable
)} property to determine whether the service is available.");