aspnetcore/test
Doug Bunting d45e2ee3f5 Handle broader range of collection types in model binding
- #2793
- add `ICollectionModelBinder`, allowing `GenericModelBinder` to call `CreateEmptyCollection()`
- adjust `CollectionModelBinder` and `DictionaryModelBinder` to activate model if default types are incompatible
 - do not create default (empty) top-level collection in fallback case if Model already non-`null`
- change type checks in `GenericModelBinder` to align with `CollectionModelBinder` capabilities
 - add special case for `IEnumerable<T>`
- correct `ModelMetadata` of a few tests that previously did not need that information
2015-08-11 08:26:49 -07:00
..
Microsoft.AspNet.JsonPatch.Test Replace of Add operation (jsonpatch dynamic support) 2015-08-07 16:10:07 -07:00
Microsoft.AspNet.Mvc.Abstractions.Test
Microsoft.AspNet.Mvc.ApiExplorer.Test Making DefaultDisplayTemplates and DefaultEditorTemplates use IHtmlContent. 2015-08-10 14:55:34 -07:00
Microsoft.AspNet.Mvc.Core.Test Handle broader range of collection types in model binding 2015-08-11 08:26:49 -07:00
Microsoft.AspNet.Mvc.Cors.Test
Microsoft.AspNet.Mvc.DataAnnotations.Test
Microsoft.AspNet.Mvc.Formatters.Json.Test
Microsoft.AspNet.Mvc.Formatters.Xml.Test
Microsoft.AspNet.Mvc.FunctionalTests Handle broader range of collection types in model binding 2015-08-11 08:26:49 -07:00
Microsoft.AspNet.Mvc.IntegrationTests Handle broader range of collection types in model binding 2015-08-11 08:26:49 -07:00
Microsoft.AspNet.Mvc.Localization.Test Fix #2874 part 2 - Add AddLocalization() overload for MVC localization. 2015-08-07 09:49:08 -07:00
Microsoft.AspNet.Mvc.Razor.Host.Test Making DefaultDisplayTemplates and DefaultEditorTemplates use IHtmlContent. 2015-08-10 14:55:34 -07:00
Microsoft.AspNet.Mvc.Razor.Test Making DefaultDisplayTemplates and DefaultEditorTemplates use IHtmlContent. 2015-08-10 14:55:34 -07:00
Microsoft.AspNet.Mvc.TagHelpers.Test Making DefaultDisplayTemplates and DefaultEditorTemplates use IHtmlContent. 2015-08-10 14:55:34 -07:00
Microsoft.AspNet.Mvc.Test Make saving TempData operate via a filter 2015-08-07 16:53:11 -07:00
Microsoft.AspNet.Mvc.TestCommon Making DefaultDisplayTemplates and DefaultEditorTemplates use IHtmlContent. 2015-08-10 14:55:34 -07:00
Microsoft.AspNet.Mvc.ViewFeatures.Test Making DefaultDisplayTemplates and DefaultEditorTemplates use IHtmlContent. 2015-08-10 14:55:34 -07:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest
WebSites Making DefaultDisplayTemplates and DefaultEditorTemplates use IHtmlContent. 2015-08-10 14:55:34 -07:00