12 references to Path
Aspire.Dashboard (4)
Model\LegacyResourcePropertyMetadata.cs (2)
30
(KnownResourceTypes.Project, KnownProperties.Project.
Path
) => Create(KnownProperties.Project.
Path
, nameof(ResourcesDetailsProjectPathProperty), 0),
Model\ResourceViewModelExtensions.cs (1)
75
return resource.TryGetCustomDataString(KnownProperties.Project.
Path
, out projectPath);
src\Shared\Model\ResourceSourceViewModel.cs (1)
14
properties.TryGetValue(KnownProperties.Project.
Path
, out var projectPath) &&
Aspire.Dashboard.Tests (8)
Integration\Playwright\Infrastructure\MockDashboardClient.cs (3)
19
KnownProperties.Project.
Path
,
21
KnownProperties.Project.
Path
,
27
knownProperty: new(KnownProperties.Project.
Path
, loc => "Path"),
Model\KnownPropertyLookupTests.cs (1)
24
[InlineData(KnownProperties.Project.
Path
)]
Model\ResourceIconHelpersTests.cs (2)
120
[KnownProperties.Project.
Path
] = new ResourcePropertyViewModel(KnownProperties.Project.
Path
, Value.ForString(projectPath), isValueSensitive: false, knownProperty: null, sortOrder: 0, displayName: null, isHighlighted: false)
Model\ResourceSourceViewModelTests.cs (1)
20
AddStringProperty(KnownProperties.Project.
Path
, testData.ProjectPath);
Model\ResourceViewModelTests.cs (1)
205
[InlineData(KnownResourceTypes.Project, KnownProperties.Project.
Path
, nameof(DashboardResources.ResourcesDetailsProjectPathProperty), 0)]