aspnetcore/test/WebSites
Harsh Gupta f19c2e493d Merging Model Validation for body and non body validation.
This also fixes #1503.

Currently all model binders except mutable object binder are independent of validation code. The mutable object binder which needs to do some validation ( for scenarios involving [BindRequired] and [BindNever]).
We would be going with an approach where required validaiton happens in input formatters and model binders.
This is needed as validation for value types can best be done at creation time.

Followup PRs:
Introduce support for skipping validation (and not binding) for a particular property/type etc.
2015-02-17 11:50:39 -08:00
..
ActionConstraintsWebSite Correct recent checkins 2015-02-12 08:53:17 -08:00
ActionResultsWebSite
ActivatorWebSite React to aspnet/Razor#164: Camel-case tag helper directives 2015-02-13 12:07:21 -08:00
AddServicesWebSite
AntiForgeryWebSite
ApiExplorerWebSite
ApplicationModelWebSite Api cleanup (remove List and Dictionary in favor of IList and IDictionary) 2015-02-16 18:19:55 -08:00
AutofacWebSite
BasicWebSite * Modify DefaultControllerTypeProvider to look at the object graph to 2015-02-15 22:11:37 -08:00
BestEffortLinkGenerationWebSite Functional tests for #302 2015-02-16 17:59:31 -08:00
CompositeViewEngineWebSite Adding IView.Path and ViewContext.ExecutingPagePath 2015-02-13 06:12:15 -08:00
ConnegWebSite
ControllerDiscoveryConventionsWebSite * Modify DefaultControllerTypeProvider to look at the object graph to 2015-02-15 22:11:37 -08:00
ControllersFromServicesClassLibrary * Modify DefaultControllerTypeProvider to look at the object graph to 2015-02-15 22:11:37 -08:00
ControllersFromServicesWebSite Correct recent checkins 2015-02-12 08:53:17 -08:00
CustomRouteWebSite Correct recent checkins 2015-02-12 08:53:17 -08:00
ErrorPageMiddlewareWebSite
FilesWebSite
FiltersWebSite React to Authorize changes 2015-02-16 15:40:57 -08:00
FormatFilterWebSite Correct recent checkins 2015-02-12 08:53:17 -08:00
FormatterWebSite
InlineConstraintsWebSite Correct recent checkins 2015-02-12 08:53:17 -08:00
LoggingWebSite
Microsoft.AspNet.Mvc.TestConfiguration
ModelBindingWebSite Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
MvcTagHelpersWebSite Add globbing support to the LinkTagHelper: 2015-02-16 18:29:59 -08:00
PrecompilationWebSite Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
RazorCompilerCacheWebSite Correct recent checkins 2015-02-12 08:53:17 -08:00
RazorInstrumentationWebsite
RazorViewEngineOptionsWebsite
RazorWebSite Adding IView.Path and ViewContext.ExecutingPagePath 2015-02-13 06:12:15 -08:00
RequestServicesWebSite Fix for #1416 - Remove all uses of ITypeActivator and use the static method instead 2015-02-16 16:02:39 -08:00
ResponseCacheWebSite
RoutingWebSite
TagHelpersWebSite React to aspnet/Razor#164: Camel-case tag helper directives 2015-02-13 12:07:21 -08:00
UrlHelperWebSite
UserClassLibrary * Modify DefaultControllerTypeProvider to look at the object graph to 2015-02-15 22:11:37 -08:00
ValidationWebSite Correct recent checkins 2015-02-12 08:53:17 -08:00
ValueProvidersWebSite
VersioningWebSite
ViewComponentWebSite
WebApiCompatShimWebSite
XmlFormattersWebSite Correct recent checkins 2015-02-12 08:53:17 -08:00