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