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