2 references to ValidateArgumentsAsync
Aspire.Hosting (2)
ApplicationModel\ResourceCommandService.cs (2)
356if (!await ValidateArgumentsAsync(annotation, arguments, loadedDynamicArgumentNames, cancellationToken).ConfigureAwait(false)) 488var result = await ValidateArgumentsAsync(annotation, normalizedArguments, loadedDynamicArgumentNames, cancellationToken).ConfigureAwait(false)