62 writes to Arguments
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
3014
target.
Arguments
= source.Arguments;
Aspire.Hosting.Azure (2)
AzureEnvironmentResourceExtensions.cs (1)
65
Arguments
= command.Arguments ?? [],
AzureResourcePreparer.cs (1)
88
Arguments
= command.Command == AzureProvisioningController.AzureResourceCommand.ChangeLocation
Aspire.Hosting.Browsers (1)
BrowserLogsBuilderExtensions.cs (1)
218
Arguments
= BrowserLogsConfigurationManager.CreateArgumentDefinitions(browserLogsResource, builder.ApplicationBuilder.UserSecretsManager.IsAvailable),
Aspire.Hosting.Browsers.Tests (1)
src\Aspire.Hosting.Browsers\BrowserLogsBuilderExtensions.cs (1)
218
Arguments
= BrowserLogsConfigurationManager.CreateArgumentDefinitions(browserLogsResource, builder.ApplicationBuilder.UserSecretsManager.IsAvailable),
Aspire.Hosting.EntityFrameworkCore (1)
EFResourceBuilderExtensions.cs (1)
751
Arguments
=
Aspire.Hosting.Foundry (2)
HostedAgent\HostedAgentBuilderExtension.cs (1)
324
Arguments
=
PromptAgent\PromptAgentBuilderExtensions.cs (1)
116
Arguments
=
Aspire.Hosting.Tests (40)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (7)
2263
Arguments
=
2328
Arguments
=
2379
Arguments
=
2436
Arguments
=
2510
Arguments
=
2585
Arguments
=
2633
Arguments
=
Dashboard\DashboardServiceTests.cs (4)
168
Arguments
=
295
Arguments
=
358
Arguments
=
415
Arguments
=
ResourceCommandServiceTests.cs (20)
525
Arguments
=
583
Arguments
=
624
Arguments
=
664
Arguments
=
706
Arguments
=
751
Arguments
=
782
Arguments
=
813
Arguments
=
845
Arguments
=
886
Arguments
=
948
Arguments
=
991
Arguments
=
1064
Arguments
=
1156
Arguments
=
1226
Arguments
=
1277
Arguments
=
1333
Arguments
=
1404
Arguments
=
1516
Arguments
=
1572
Arguments
=
WithHttpCommandTests.cs (3)
267
Arguments
=
360
Arguments
=
749
Arguments
=
WithProcessCommandTests.cs (6)
61
Arguments
=
166
Arguments
=
238
Arguments
=
361
Arguments
=
418
Arguments
=
1428
Arguments
=
Stress.AppHost (14)
CommandResources.cs (14)
143
Arguments
=
200
Arguments
=
295
Arguments
=
364
Arguments
= CreateArgumentStressInputs(fieldCount: 20)
386
Arguments
=
546
Arguments
=
574
Arguments
=
648
Arguments
=
703
Arguments
=
749
Arguments
=
783
Arguments
=
821
Arguments
=
868
Arguments
=
978
Arguments
=
7 references to Arguments
Aspire.Hosting (6)
ApplicationModel\HttpCommandContext.cs (2)
53
/// The collection contains the arguments described by the command's <see cref="CommandOptions.
Arguments
"/> with their
140
/// The collection contains the arguments described by the command's <see cref="CommandOptions.
Arguments
"/> with their
ApplicationModel\ProcessCommandResultContext.cs (1)
52
/// The collection contains the arguments described by the command's <see cref="CommandOptions.
Arguments
"/> with their
ResourceBuilderExtensions.cs (3)
2925
ValidateCommandArguments(commandOptions.
Arguments
);
2935
return builder.WithAnnotation(new ResourceCommandAnnotation(name, displayName, commandOptions.UpdateState ?? (c => ResourceCommandState.Enabled), executeCommand, commandOptions.Description, commandOptions.Parameter, commandOptions.
Arguments
, commandOptions.ConfirmationMessage, commandOptions.IconName, commandOptions.IconVariant, commandOptions.IsHighlighted, commandOptions.Visibility, commandOptions.ValidateArguments, commandOptions.Progress));
3014
target.Arguments = source.
Arguments
;
Aspire.Hosting.Azure (1)
AzureResourcePreparer.cs (1)
119
commandOptions.
Arguments
,