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
ActionResultsWebSite Replaced status code number with constants 2015-02-05 16:43:59 -08:00
ActivatorWebSite
AddServicesWebSite Modify BuilderExtensions.UseMvc to not add any routes by default 2015-01-23 16:51:38 -08:00
AntiForgeryWebSite Modify BuilderExtensions.UseMvc to not add any routes by default 2015-01-23 16:51:38 -08:00
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
ControllersFromServicesClassLibrary * Modify DefaultControllerTypeProvider to look at the object graph to 2015-02-15 22:11:37 -08:00
ControllersFromServicesWebSite
CustomRouteWebSite Correct recent checkins 2015-02-12 08:53:17 -08:00
ErrorPageMiddlewareWebSite [cleanup] Update .gitignore and reset .kproj files 2015-01-21 22:03:23 -08:00
FilesWebSite Modify BuilderExtensions.UseMvc to not add any routes by default 2015-01-23 16:51:38 -08:00
FiltersWebSite React to Authorize changes 2015-02-16 15:40:57 -08:00
FormatFilterWebSite
FormatterWebSite
InlineConstraintsWebSite
LoggingWebSite Replaced status code number with constants 2015-02-05 16:43:59 -08:00
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 Modify BuilderExtensions.UseMvc to not add any routes by default 2015-01-23 16:51:38 -08:00
RazorViewEngineOptionsWebsite Merge branch 'release' into dev 2015-01-23 17:12:16 -08:00
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 Issue #1785 - Changes to add CacheProfiles for response caching. 2015-02-04 15:25:45 -08:00
RoutingWebSite
TagHelpersWebSite
UrlHelperWebSite Introducing UrlActionContext and UrlRouteContext, and updating IUrlHelper accordingly 2015-02-05 19:41:21 -08:00
UserClassLibrary
ValidationWebSite Correct recent checkins 2015-02-12 08:53:17 -08:00
ValueProvidersWebSite Modify BuilderExtensions.UseMvc to not add any routes by default 2015-01-23 16:51:38 -08:00
VersioningWebSite Merge branch 'release' into dev 2015-01-23 17:12:16 -08:00
ViewComponentWebSite Modify BuilderExtensions.UseMvc to not add any routes by default 2015-01-23 16:51:38 -08:00
WebApiCompatShimWebSite
XmlFormattersWebSite Correct recent checkins 2015-02-12 08:53:17 -08:00