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