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