5 references to Id
Aspire.Hosting (2)
Dashboard\ResourcePropertySnapshotMetadata.cs (1)
41(KnownResourceTypes.Container, KnownProperties.Container.Id) => (ResourcePropertyContainerIdDisplayName, true, 1),
Dcp\ResourceSnapshotBuilder.cs (1)
57ResourcePropertySnapshotMetadata.Create(KnownResourceTypes.Container, KnownProperties.Container.Id, containerId),
Aspire.Hosting.Tests (3)
Dcp\ResourceSnapshotBuilderTests.cs (1)
35AssertHighlightedProperty(snapshot, KnownProperties.Container.Id, "Container ID", isSensitive: false, sortOrder: 1);
DistributedApplicationTests.cs (2)
2157GetResourcePropertyValue(e, KnownProperties.Container.Id) is string, 2165var containerId = Assert.IsType<string>(GetResourcePropertyValue(containerEvent, KnownProperties.Container.Id));