5 references to Path
Aspire.Hosting (3)
Dashboard\ResourcePropertySnapshotMetadata.cs (1)
46(KnownResourceTypes.Executable, KnownProperties.Executable.Path) => (ResourcePropertyExecutablePathDisplayName, true, 0),
Dcp\ResourceSnapshotBuilder.cs (2)
185ResourcePropertySnapshotMetadata.Create(KnownResourceTypes.Project, KnownProperties.Executable.Path, executable.Spec.ExecutablePath), 209ResourcePropertySnapshotMetadata.Create(KnownResourceTypes.Executable, KnownProperties.Executable.Path, executable.Spec.ExecutablePath),
Aspire.Hosting.Tests (2)
Dcp\ResourceSnapshotBuilderTests.cs (2)
54AssertHighlightedProperty(snapshot, KnownProperties.Executable.Path, "Executable path", isSensitive: false, sortOrder: 0); 81AssertDefaultProperty(snapshot, KnownProperties.Executable.Path, isSensitive: false);