DataAnnotationsValidatorRecursive icon indicating copy to clipboard operation
DataAnnotationsValidatorRecursive copied to clipboard

Use DataAnnotations to validate your entire object graph

Results 4 DataAnnotationsValidatorRecursive issues
Sort by recently updated
recently updated
newest added

I tried to migrate the project to newer dependencies and frameworks. I hope we can publish a new version of the nuget.

Hello, The TryValidateObjectRecursive method doesn't work if the **root** object itself is IEnumerable. e.g. `List stuff` `TryValidateObjectRecursive(stuff)` does zero validation. You need a property of the root object that is...

I'm looking forwarding to be able to use that on my .net core app, but I can't install the nugget package because it isn't compatible with .net core (2.0). The...

I have used your Nuget package to use the your DataAnnotationsValidatorRecursive. Below is the simplified version of my code. I am not getting validation error for List although i am...