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