aspnetcore/test/Microsoft.AspNet.Mvc.Integr...
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
..
ActionParametersIntegrationTest.cs Handle broader range of collection types in model binding 2015-08-11 08:26:49 -07:00
ArrayModelBinderIntegrationTest.cs
BinderTypeBasedModelBinderIntegrationTest.cs
BodyValidationIntegrationTests.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
ByteArrayModelBinderIntegrationTest.cs
CancellationTokenModelBinderIntegrationTest.cs
CollectionModelBinderIntegrationTest.cs
DictionaryModelBinderIntegrationTest.cs Add support for model binding dictionaries from `prefix[name]=value` entries 2015-07-20 16:33:35 -07:00
FormCollectionModelBindingIntegrationTest.cs
FormFileModelBindingIntegrationTest.cs
GenericModelBinderIntegrationTest.cs Adding fix for 2756 and test cases. Skipping the test cases for 2793. 2015-07-10 15:58:36 -07:00
HeaderModelBinderIntegrationTest.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
KeyValuePairModelBinderIntegrationTest.cs
Microsoft.AspNet.Mvc.IntegrationTests.xproj
ModelBindingTestHelper.cs
MutableObjectModelBinderIntegrationTest.cs
ServicesModelBinderIntegrationTest.cs
TestMvcOptions.cs Add basic startup experience for MVC.Core 2015-07-08 17:16:07 -07:00
TryUpdateModelIntegrationTest.cs Handle broader range of collection types in model binding 2015-08-11 08:26:49 -07:00
TypeConverterModelBinderIntegrationTest.cs Add support for jQuery syntax in form data 2015-08-05 10:31:24 -07:00
ValidationIntegrationTests.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
project.json Making DefaultDisplayTemplates and DefaultEditorTemplates use IHtmlContent. 2015-08-10 14:55:34 -07:00