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