7 writes to ExitCode
Aspire.Hosting (3)
Dcp\ResourceSnapshotBuilder.cs (3)
42
ExitCode
= container.Status?.ExitCode is null or Conventions.UnknownExitCode ? null : container.Status.ExitCode,
113
ExitCode
= executable.Status?.ExitCode,
134
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)
198
ExitCode
= 0
246
ExitCode
= 0
357
ExitCode
= 3 // Exit code does not match expected exit code above intentionally.
3 references to ExitCode
Aspire.Hosting (3)
ApplicationModel\ResourceNotificationService.cs (2)
270
snapshot.
ExitCode
is not null;
486
newState.
ExitCode
,
Dashboard\DashboardServiceData.cs (1)
49
ExitCode = snapshot.
ExitCode
,