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