8 references to GetCommand
aspire (4)
Agents\Hooks\TelemetryHookConfigurator.cs (3)
137
var (command, args) = AgentTelemetryHook.
GetCommand
(AgentTelemetryProtocol.HookOptionName);
255
var (command, args) = AgentTelemetryHook.
GetCommand
(AgentTelemetryProtocol.HookOptionName);
341
var (currentCommand, _) = AgentTelemetryHook.
GetCommand
(AgentTelemetryProtocol.HookOptionName);
Telemetry\AgentTelemetryUploader.cs (1)
42
var (command, args) = AgentTelemetryHook.
GetCommand
(AgentTelemetryProtocol.DrainOptionName);
Aspire.Cli.Tests (4)
Agents\TelemetryHookConfiguratorTests.cs (4)
37
var (command, args) = AgentTelemetryHook.
GetCommand
("--hook");
98
var (command, args) = AgentTelemetryHook.
GetCommand
("--hook");
173
Assert.Equal(AgentTelemetryHook.
GetCommand
("--hook").Args,
237
var (command, args) = AgentTelemetryHook.
GetCommand
("--hook");