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