ObjectGraphDataAnnotationsValidator
See original GitHub issueHello,
Is there an update for the Blazor integration of ObjectGraphDataAnnotationsValidator
in .NET 6.0 ?
I am currently using .NET 6.0 Preview 4 and it is not present 😄 (unless I am mistaken)
I know this is planned : Roadmap ASP.NET Core 6 - Missing issues
I don’t see it in the ASP.NET Core Roadmap for .NET 6
Would it be possible to get an ETA please?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:13 (6 by maintainers)
Top Results From Across the Web
ASP.NET Core Blazor forms and input components
... including collection- and complex-type properties, use the ObjectGraphDataAnnotationsValidator provided by the experimental Microsoft.
Read more >Blazor ObjectGraphDataAnnotationsValidator issue
I am using ObjectGraphDataAnnotationsValidator and ValidateComplexType to validate form. After the focus out from InputText , the validation ...
Read more >How do I validate a nested complex model in Blazor?
To validate the nested complex model, replace the DataAnnotationsValidator with the ObjectGraphDataAnnotationsValidator, which validates the entire object, ...
Read more >Validating nested complex models and collection types in ...
As the name implies, the ObjectGraphDataAnnotationsValidator validates the entire object graph, including collection and complex-type properties. <EditForm ...
Read more >Complex Model Validation in Blazor Applications
To support this, we have to use another component named ObjectGraphDataAnnotationsValidator . This brings us to the second point, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This should really be given some priority. Validating only top level object in real business applications is pretty much useless.
Closing as duplicate of https://github.com/dotnet/aspnetcore/issues/28640