7 writes to ExitCode
Aspire.Hosting (3)
Dcp\ResourceSnapshotBuilder.cs (3)
42ExitCode = container.Status?.ExitCode is null or Conventions.UnknownExitCode ? null : container.Status.ExitCode, 113ExitCode = executable.Status?.ExitCode, 134ExitCode = executable.Status?.ExitCode,
Aspire.Hosting.Tests (4)
ResourceNotificationTests.cs (1)
391await notificationService.PublishUpdateAsync(resource1, snapshot => snapshot with { ExitCode = 0 }).DefaultTimeout();
WaitForTests.cs (3)
198ExitCode = 0 246ExitCode = 0 357ExitCode = 3 // Exit code does not match expected exit code above intentionally.
3 references to ExitCode
Aspire.Hosting (3)
ApplicationModel\ResourceNotificationService.cs (2)
270snapshot.ExitCode is not null; 486newState.ExitCode,
Dashboard\DashboardServiceData.cs (1)
49ExitCode = snapshot.ExitCode,