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)
23throw new InvalidOperationException($"{nameof(DataAnnotationsValidator)} requires a cascading " + 24$"parameter of type {nameof(EditContext)}. For example, you can use {nameof(DataAnnotationsValidator)} " +