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