7 references to Args
Aspire.Dashboard (3)
Model\LegacyResourcePropertyMetadata.cs (2)
28
(KnownResourceTypes.Executable, KnownProperties.Executable.
Args
) => Create(KnownProperties.Executable.
Args
, nameof(ResourcesDetailsExecutableArgumentsProperty), 2),
Model\ResourceViewModelExtensions.cs (1)
90
return resource.TryGetCustomDataStringArray(KnownProperties.Executable.
Args
, out arguments);
Aspire.Dashboard.Tests (4)
Model\KnownPropertyLookupTests.cs (1)
28
[InlineData(KnownProperties.Executable.
Args
)]
Model\ResourceSourceViewModelTests.cs (2)
26
properties.TryAdd(KnownProperties.Executable.
Args
, new ResourcePropertyViewModel(KnownProperties.Executable.
Args
, Value.ForList(testData.ExecutableArguments.Select(Value.ForString).ToArray()), false, null, 0, displayName: null, isHighlighted: false));
Model\ResourceViewModelTests.cs (1)
203
[InlineData(KnownResourceTypes.Executable, KnownProperties.Executable.
Args
, nameof(DashboardResources.ResourcesDetailsExecutableArgumentsProperty), 2)]