62 writes to Arguments
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
3014target.Arguments = source.Arguments;
Aspire.Hosting.Azure (2)
AzureEnvironmentResourceExtensions.cs (1)
65Arguments = command.Arguments ?? [],
AzureResourcePreparer.cs (1)
88Arguments = command.Command == AzureProvisioningController.AzureResourceCommand.ChangeLocation
Aspire.Hosting.Browsers (1)
BrowserLogsBuilderExtensions.cs (1)
218Arguments = BrowserLogsConfigurationManager.CreateArgumentDefinitions(browserLogsResource, builder.ApplicationBuilder.UserSecretsManager.IsAvailable),
Aspire.Hosting.Browsers.Tests (1)
src\Aspire.Hosting.Browsers\BrowserLogsBuilderExtensions.cs (1)
218Arguments = BrowserLogsConfigurationManager.CreateArgumentDefinitions(browserLogsResource, builder.ApplicationBuilder.UserSecretsManager.IsAvailable),
Aspire.Hosting.EntityFrameworkCore (1)
EFResourceBuilderExtensions.cs (1)
751Arguments =
Aspire.Hosting.Foundry (2)
HostedAgent\HostedAgentBuilderExtension.cs (1)
324Arguments =
PromptAgent\PromptAgentBuilderExtensions.cs (1)
116Arguments =
Aspire.Hosting.Tests (40)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (7)
2263Arguments = 2328Arguments = 2379Arguments = 2436Arguments = 2510Arguments = 2585Arguments = 2633Arguments =
Dashboard\DashboardServiceTests.cs (4)
168Arguments = 295Arguments = 358Arguments = 415Arguments =
ResourceCommandServiceTests.cs (20)
525Arguments = 583Arguments = 624Arguments = 664Arguments = 706Arguments = 751Arguments = 782Arguments = 813Arguments = 845Arguments = 886Arguments = 948Arguments = 991Arguments = 1064Arguments = 1156Arguments = 1226Arguments = 1277Arguments = 1333Arguments = 1404Arguments = 1516Arguments = 1572Arguments =
WithHttpCommandTests.cs (3)
267Arguments = 360Arguments = 749Arguments =
WithProcessCommandTests.cs (6)
61Arguments = 166Arguments = 238Arguments = 361Arguments = 418Arguments = 1428Arguments =
Stress.AppHost (14)
CommandResources.cs (14)
143Arguments = 200Arguments = 295Arguments = 364Arguments = CreateArgumentStressInputs(fieldCount: 20) 386Arguments = 546Arguments = 574Arguments = 648Arguments = 703Arguments = 749Arguments = 783Arguments = 821Arguments = 868Arguments = 978Arguments =
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)
2925ValidateCommandArguments(commandOptions.Arguments); 2935return 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)); 3014target.Arguments = source.Arguments;
Aspire.Hosting.Azure (1)
AzureResourcePreparer.cs (1)
119commandOptions.Arguments,