aspnetcore/test/Microsoft.AspNet.Mvc.TestCo...
Ryan Nowak 784021cf85 Fix ModelMetadata.IsRequired
The DataAnnotationsMetadataProvider was setting the bool? IsRequired, all of the
time instead of only setting it to true when we found a RequiredAttribute.
So we never actually executed the fallback logic here. Found
this while working on removing some reflection code from the validator,
and wanted to split it out because it's simple.
2015-03-23 15:32:43 -07:00
..
Microsoft.AspNet.Mvc.TestCommon.xproj
TestFileInfo.cs
TestFileProvider.cs
TestFileTrigger.cs
TestModelMetadataProvider.cs Fix ModelMetadata.IsRequired 2015-03-23 15:32:43 -07:00
TestModelValidatorProvider.cs
project.json