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