4 references to DataAnnotationsValidator
Aspire.Dashboard (2)
Components_Dialogs_FilterDialog_razor.g.cs (1)
217
__builder2.OpenComponent<global::Microsoft.AspNetCore.Components.Forms.
DataAnnotationsValidator
>(4);
Components_Pages_Login_razor.g.cs (1)
284
__builder2.OpenComponent<global::Microsoft.AspNetCore.Components.Forms.
DataAnnotationsValidator
>(14);
Microsoft.AspNetCore.Components.Forms (2)
DataAnnotationsValidator.cs (2)
23
throw new InvalidOperationException($"{nameof(
DataAnnotationsValidator
)} requires a cascading " +
24
$"parameter of type {nameof(EditContext)}. For example, you can use {nameof(
DataAnnotationsValidator
)} " +