2 references to GuestProcessExited
aspire (1)
Projects\ProcessGuestLauncher.cs (1)
180
AddEvent(activity, ProfilingTelemetry.Events.
GuestProcessExited
, TelemetryConstants.Tags.ProcessExitCode, finalExitCode);
Aspire.Cli.Tests (1)
Projects\GuestRuntimeTests.cs (1)
1012
Assert.Contains(activity.Events, @event => @event.Name == ProfilingTelemetry.Events.
GuestProcessExited
);