3 references to Path
Aspire.Dashboard (2)
Model\KnownPropertyLookup.cs (1)
44
new(KnownProperties.Executable.
Path
, loc => loc[nameof(ResourcesDetailsExecutablePathProperty)]),
Model\ResourceViewModelExtensions.cs (1)
54
return resource.TryGetCustomDataString(KnownProperties.Executable.
Path
, out executablePath);
Aspire.Dashboard.Tests (1)
Model\ResourceSourceViewModelTests.cs (1)
19
AddStringProperty(KnownProperties.Executable.
Path
, testData.ExecutablePath);