4 references to GuestCommandPhase
aspire (1)
Telemetry\ProfilingTelemetry.cs (1)
1071SetTag(Tags.GuestCommandPhase, phase);
Aspire.Cli.Tests (3)
Projects\GuestRuntimeTests.cs (3)
292activity.GetTagItem(ProfilingTelemetry.Tags.GuestCommandPhase) is not null) 300Assert.Equal(ProfilingTelemetry.Values.GuestCommandPhasePreExecute, preExecuteActivity.GetTagItem(ProfilingTelemetry.Tags.GuestCommandPhase)); 309Assert.Equal(ProfilingTelemetry.Values.GuestCommandPhaseExecute, executeActivity.GetTagItem(ProfilingTelemetry.Tags.GuestCommandPhase));