7 references to Args
Aspire.Hosting (4)
Dashboard\ResourcePropertySnapshotMetadata.cs (1)
48
(KnownResourceTypes.Executable, KnownProperties.Executable.
Args
) => (ResourcePropertyExecutableArgumentsDisplayName, true, 2),
Dcp\ResourceSnapshotBuilder.cs (3)
121
ResourcePropertySnapshotMetadata.Create(KnownResourceTypes.Executable, KnownProperties.Executable.
Args
, effectiveArgs ?? [], isSensitive: true),
187
ResourcePropertySnapshotMetadata.Create(KnownResourceTypes.Project, KnownProperties.Executable.
Args
, effectiveArgs ?? [], isSensitive: true),
211
ResourcePropertySnapshotMetadata.Create(KnownResourceTypes.Executable, KnownProperties.Executable.
Args
, effectiveArgs ?? [], isSensitive: true),
Aspire.Hosting.Tests (3)
Dcp\DcpExecutorTests.cs (1)
401
Assert.Equal(effectiveArgs, GetEnumerablePropertyValue<string>(snapshot, KnownProperties.Executable.
Args
).ToArray());
Dcp\ResourceSnapshotBuilderTests.cs (2)
56
AssertHighlightedProperty(snapshot, KnownProperties.Executable.
Args
, "Executable arguments", isSensitive: true, sortOrder: 2);
83
AssertDefaultProperty(snapshot, KnownProperties.Executable.
Args
, isSensitive: true);