question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ObjectGraphDataAnnotationsValidator

See original GitHub issue

Hello,

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:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
LukasKubicekcommented, Mar 20, 2022

This should really be given some priority. Validating only top level object in real business applications is pretty much useless.

0reactions
danroth27commented, Jun 7, 2022
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found