1 write to Properties
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
762Properties = resource.Properties.Count > 0
7 references to Properties
Aspire.Dashboard.Tests (7)
Model\TelemetryExportServiceTests.cs (7)
1431Assert.NotNull(deserialized.Properties); 1432var waitingForProperty = Assert.IsType<JsonArray>(deserialized.Properties[KnownProperties.Resource.WaitingFor]); 1435var connectionPropertiesObject = Assert.IsType<JsonObject>(deserialized.Properties[KnownProperties.Resource.ConnectionProperties]); 1563Assert.NotNull(deserialized.Properties); 1566var portsArray = Assert.IsType<JsonArray>(deserialized.Properties["container.ports"]); 1572var exitCode = deserialized.Properties["resource.exitCode"]!.GetValue<double>(); 1576var enabled = deserialized.Properties["resource.enabled"]!.GetValue<bool>();