1 write to HasErrors
Aspire.Hosting (1)
IInteractionService.cs (1)
861HasErrors = true;
4 references to HasErrors
Aspire.Hosting (4)
ApplicationModel\ResourceCommandService.cs (2)
651if (!context.HasErrors && annotation.ValidateArguments is { } validateArguments) 656return !context.HasErrors;
InteractionService.cs (2)
630if (!context.HasErrors) 639return !context.HasErrors;