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