1 write to ValidateArguments
Aspire.Hosting (1)
ApplicationModel\ResourceCommandAnnotation.cs (1)
84
ValidateArguments
= validateArguments;
5 references to ValidateArguments
Aspire.Hosting (2)
ApplicationModel\ResourceCommandService.cs (2)
651
if (!context.HasErrors && annotation.
ValidateArguments
is { } validateArguments)
719
ValidationCallback = annotation.
ValidateArguments
Aspire.Hosting.Azure.Tests (1)
AzureEnvironmentResourceExtensionsTests.cs (1)
123
Assert.NotNull(changeContextCommand.
ValidateArguments
);
Aspire.Hosting.Foundry.Tests (2)
HostedAgentExtensionTests.cs (2)
92
Assert.NotNull(command.
ValidateArguments
);
107
Assert.NotNull(command.
ValidateArguments
);