aspnetcore/test
Ryan Nowak f77493dffe Part 1 of #1712 - Remove reflection in MutableObjectModelBinder
This change introduces a new property to ModelMetadata called
IsBindingRequired, which specifies whether or not a model value must be
present on the wire during model binding.

[DataMember(IsRequired = true)] is currently the only thing that will set
this property.

Updated tests and documentation for clarity on the difference in meaning
between MM.IsRequired and MM.IsBindingRequired. Moved setting for
IsRequired to ValidationMetadata which is a better fit.

Also added functional tests for [BindingBehavior] and [DataMember] in
model binding because they were totally missing.
2015-04-16 12:07:33 -07:00
..
Microsoft.AspNet.JsonPatch.Test Merge remote-tracking branch 'origin/release' into dev 2015-04-03 12:08:11 -07:00
Microsoft.AspNet.Mvc.Common.Test Merge remote-tracking branch 'origin/release' into dev 2015-04-03 12:08:11 -07:00
Microsoft.AspNet.Mvc.Core.Test Logging for content-negotiation 2015-04-16 12:02:55 -07:00
Microsoft.AspNet.Mvc.FunctionalTests Part 1 of #1712 - Remove reflection in MutableObjectModelBinder 2015-04-16 12:07:33 -07:00
Microsoft.AspNet.Mvc.ModelBinding.Test Part 1 of #1712 - Remove reflection in MutableObjectModelBinder 2015-04-16 12:07:33 -07:00
Microsoft.AspNet.Mvc.Razor.Host.Test Change inject directive to format correctly after newline during design time. 2015-04-15 12:18:45 -07:00
Microsoft.AspNet.Mvc.Razor.Test Change inject directive to format correctly after newline during design time. 2015-04-15 12:18:45 -07:00
Microsoft.AspNet.Mvc.TagHelpers.Test Fixes 2304: 2015-04-15 14:30:46 -07:00
Microsoft.AspNet.Mvc.Test Fixes 2304: 2015-04-15 14:30:46 -07:00
Microsoft.AspNet.Mvc.TestCommon Fixes 2304: 2015-04-15 14:30:46 -07:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest Logging for content-negotiation 2015-04-16 12:02:55 -07:00
Microsoft.AspNet.Mvc.Xml.Test Add a few more `<Service/>` items 2015-04-02 22:55:21 -07:00
WebSites Part 1 of #1712 - Remove reflection in MutableObjectModelBinder 2015-04-16 12:07:33 -07:00