aspnetcore/src
Harsh Gupta 88ac4b94e4 Fixing #2466, #2446.
The assumption is ModelState should have entries if
1. An error is explicitly added by a model binder.
2. There is validation error reported while validating the model.
3. There is value bound by the model binder.

With this change there should be no extra entry other than for the cases mentioned above.

Also enabling the integration test cases.
2015-05-15 12:27:41 -07:00
..
Microsoft.AspNet.JsonPatch
Microsoft.AspNet.Mvc
Microsoft.AspNet.Mvc.Abstractions
Microsoft.AspNet.Mvc.ApiExplorer
Microsoft.AspNet.Mvc.Common
Microsoft.AspNet.Mvc.Core Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
Microsoft.AspNet.Mvc.Razor React to aspnet/Razor#220. 2015-05-15 12:13:10 -07:00
Microsoft.AspNet.Mvc.Razor.Host
Microsoft.AspNet.Mvc.TagHelpers
Microsoft.AspNet.Mvc.WebApiCompatShim
Microsoft.AspNet.Mvc.Xml [Fixes #2541] Use custom stream writer for Xml output formatters 2015-05-15 12:12:11 -07:00
Microsoft.AspNet.PageExecutionInstrumentation.Interfaces