7 references to Path
Aspire.Dashboard (4)
Model\LegacyResourcePropertyMetadata.cs (2)
26
(KnownResourceTypes.Executable, KnownProperties.Executable.
Path
) => Create(KnownProperties.Executable.
Path
, nameof(ResourcesDetailsExecutablePathProperty), 0),
Model\ResourceViewModelExtensions.cs (1)
85
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 (3)
Model\KnownPropertyLookupTests.cs (1)
26
[InlineData(KnownProperties.Executable.
Path
)]
Model\ResourceSourceViewModelTests.cs (1)
19
AddStringProperty(KnownProperties.Executable.
Path
, testData.ExecutablePath);
Model\ResourceViewModelTests.cs (1)
201
[InlineData(KnownResourceTypes.Executable, KnownProperties.Executable.
Path
, nameof(DashboardResources.ResourcesDetailsExecutablePathProperty), 0)]