2 references to GuestCommandPhasePreExecute
aspire (1)
Projects\GuestRuntime.cs (1)
267
using var activity = _profilingTelemetry.StartGuestExecuteCommand(_spec.Language, _spec.DisplayName, commandSpec.Command, args, directory, ProfilingTelemetry.Values.
GuestCommandPhasePreExecute
);
Aspire.Cli.Tests (1)
Projects\GuestRuntimeTests.cs (1)
300
Assert.Equal(ProfilingTelemetry.Values.
GuestCommandPhasePreExecute
, preExecuteActivity.GetTagItem(ProfilingTelemetry.Tags.GuestCommandPhase));