7 writes to ExitCode
Aspire.Hosting (3)
Dcp\ResourceSnapshotBuilder.cs (3)
45ExitCode = container.Status?.ExitCode is null or Conventions.UnknownExitCode ? null : container.Status.ExitCode, 120ExitCode = executable.Status?.ExitCode, 143ExitCode = executable.Status?.ExitCode,
Aspire.Hosting.Tests (4)
ResourceNotificationTests.cs (1)
391await notificationService.PublishUpdateAsync(resource1, snapshot => snapshot with { ExitCode = 0 }).DefaultTimeout();
WaitForTests.cs (3)
462ExitCode = 0 509ExitCode = 0 618ExitCode = 3 // Exit code does not match expected exit code above intentionally.
3 references to ExitCode
Aspire.Hosting (3)
ApplicationModel\ResourceNotificationService.cs (2)
354snapshot.ExitCode is not null; 568newState.ExitCode,
Dashboard\DashboardServiceData.cs (1)
49ExitCode = snapshot.ExitCode,