Closed nojaf closed 7 years ago
Everything is set up in the Startup class (which I quite like for how explicit it is).
You'll see tho a lot of library authors are building extensions to make adding it all one liners.
So this will make sure that the matching AbstractValidator
Yep!
I can't put my finger on it but what part of the code will actually trigger the Validator class in ContosoUniversityCore/src/ContosoUniversityCore/Features/Student/Create.cs?
I'm guessing you override some ModelStateValidator somewhere but I can't seem to tell where.