4 references to Path
Aspire.Hosting (2)
Dashboard\ResourcePropertySnapshotMetadata.cs (1)
50
(KnownResourceTypes.Project, KnownProperties.Project.
Path
) => (ResourcePropertyProjectPathDisplayName, true, 0),
Dcp\ResourceSnapshotBuilder.cs (1)
189
ResourcePropertySnapshotMetadata.Create(KnownResourceTypes.Project, KnownProperties.Project.
Path
, projectPath),
Aspire.Hosting.Tests (2)
Dcp\ResourceSnapshotBuilderTests.cs (2)
84
AssertHighlightedProperty(snapshot, KnownProperties.Project.
Path
, "Project path", isSensitive: false, sortOrder: 0);
175
AssertHighlightedProperty(projectSnapshot, KnownProperties.Project.
Path
, "Project path", isSensitive: false, sortOrder: 0);