6 references to Path
Aspire.Dashboard (2)
Model\KnownPropertyLookup.cs (1)
37
new(KnownProperties.Project.
Path
, loc => loc[nameof(ResourcesDetailsProjectPathProperty)]),
Model\ResourceViewModelExtensions.cs (1)
49
return resource.TryGetCustomDataString(KnownProperties.Project.
Path
, out projectPath);
Aspire.Dashboard.Tests (4)
Integration\Playwright\Infrastructure\MockDashboardClient.cs (3)
19
KnownProperties.Project.
Path
,
21
KnownProperties.Project.
Path
,
27
knownProperty: new(KnownProperties.Project.
Path
, loc => "Path"),
Model\ResourceSourceViewModelTests.cs (1)
20
AddStringProperty(KnownProperties.Project.
Path
, testData.ProjectPath);