1 write to ExitCode
Aspire.Hosting (1)
Dashboard\DashboardServiceData.cs (1)
48
ExitCode
= snapshot.ExitCode,
2 references to ExitCode
Aspire.Hosting (2)
Dashboard\ResourceSnapshot.cs (2)
45
yield return (KnownProperties.Resource.ExitCode,
ExitCode
is null ? Value.ForNull() : Value.ForString(
ExitCode
.Value.ToString("D", CultureInfo.InvariantCulture)), IsSensitive: false);