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