4 references to GuestCommand
aspire (1)
Telemetry\ProfilingTelemetry.cs (1)
1070
SetTag(Tags.
GuestCommand
, command);
Aspire.Cli.Tests (3)
Projects\GuestRuntimeTests.cs (3)
302
Assert.Equal("npx", preExecuteActivity.GetTagItem(ProfilingTelemetry.Tags.
GuestCommand
));
311
Assert.Equal("npx", executeActivity.GetTagItem(ProfilingTelemetry.Tags.
GuestCommand
));
810
activity.GetTagItem(ProfilingTelemetry.Tags.
GuestCommand
) as string == "dotnet");