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