6 references to AspireDashboardEventPrefix
Aspire.Dashboard (6)
Telemetry\TelemetryEventKeys.cs (6)
10public const string ComponentInitialize = AspireDashboardEventPrefix + "component/initialize"; 11public const string ParametersSet = AspireDashboardEventPrefix + "component/paramsSet"; 12public const string ComponentDispose = AspireDashboardEventPrefix + "component/dispose"; 14public const string Error = AspireDashboardEventPrefix + "error"; 16public const string ExecuteCommand = AspireDashboardEventPrefix + "command"; 18public const string AIAssistantFeedback = AspireDashboardEventPrefix + "aiassistant/feedback";