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