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