11 writes to ValidateArguments
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
3015target.ValidateArguments = source.ValidateArguments;
Aspire.Hosting.Azure (2)
AzureEnvironmentResourceExtensions.cs (1)
66ValidateArguments = command.ValidateArguments,
AzureResourcePreparer.cs (1)
91ValidateArguments = command.ValidateArguments,
Aspire.Hosting.Browsers (1)
BrowserLogsBuilderExtensions.cs (1)
219ValidateArguments = context =>
Aspire.Hosting.Browsers.Tests (1)
src\Aspire.Hosting.Browsers\BrowserLogsBuilderExtensions.cs (1)
219ValidateArguments = context =>
Aspire.Hosting.Foundry (1)
HostedAgent\HostedAgentBuilderExtension.cs (1)
336ValidateArguments = ctx =>
Aspire.Hosting.Tests (3)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (1)
2641ValidateArguments = context =>
Dashboard\DashboardServiceTests.cs (1)
423ValidateArguments = context =>
ResourceCommandServiceTests.cs (1)
1582ValidateArguments = context =>
Stress.AppHost (2)
CommandResources.cs (2)
285ValidateArguments = context => 956ValidateArguments = context =>
3 references to ValidateArguments
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
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)); 3015target.ValidateArguments = source.ValidateArguments;
Aspire.Hosting.Azure (1)
AzureResourcePreparer.cs (1)
125commandOptions.ValidateArguments));