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