2 writes to ExitCode
Aspire.Hosting (1)
Dashboard\DashboardServiceData.cs (1)
54
ExitCode
= snapshot.ExitCode,
Aspire.Hosting.Tests (1)
Dashboard\ResourcePublisherTests.cs (1)
195
ExitCode
= null,
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);