4 references to Path
Aspire.Dashboard (3)
Model\KnownPropertyLookup.cs (1)
45
new(KnownProperties.Executable.
Path
, loc => loc[nameof(ResourcesDetailsExecutablePathProperty)]),
Model\ResourceViewModelExtensions.cs (1)
84
return resource.TryGetCustomDataString(KnownProperties.Executable.
Path
, out executablePath);
src\Shared\Model\ResourceSourceViewModel.cs (1)
27
if (properties.TryGetValue(KnownProperties.Executable.
Path
, out var executablePath) &&
Aspire.Dashboard.Tests (1)
Model\ResourceSourceViewModelTests.cs (1)
19
AddStringProperty(KnownProperties.Executable.
Path
, testData.ExecutablePath);