aspnetcore/test/Microsoft.AspNet.Mvc.Integr...
Doug Bunting 070be7b656 Make validation in `TryUpdateModelAsync()` consistent with model binding elsewhere
- #2941
- honor `ModelBindingResult.IsModelSet` and use `ModelBindingResult.ValidationNode`
  - enable correct validation of collections or after model binding falls back to the empty prefix
  - code previously matched `Controller.TryValidateModel()`; less context available in that case
2015-08-21 08:17:19 -07:00
..
ActionParametersIntegrationTest.cs
ArrayModelBinderIntegrationTest.cs
BinderTypeBasedModelBinderIntegrationTest.cs
BodyValidationIntegrationTests.cs Part 3 of #2776 - revert a6ce9abab1 and add 2015-08-16 16:20:44 -07:00
ByteArrayModelBinderIntegrationTest.cs
CancellationTokenModelBinderIntegrationTest.cs
CollectionModelBinderIntegrationTest.cs Part 3 of #2776 - revert a6ce9abab1 and add 2015-08-16 16:20:44 -07:00
DictionaryModelBinderIntegrationTest.cs
FormCollectionModelBindingIntegrationTest.cs
FormFileModelBindingIntegrationTest.cs
GenericModelBinderIntegrationTest.cs
HeaderModelBinderIntegrationTest.cs
KeyValuePairModelBinderIntegrationTest.cs
Microsoft.AspNet.Mvc.IntegrationTests.xproj
ModelBindingTestHelper.cs
MutableObjectModelBinderIntegrationTest.cs Part 3 of #2776 - revert a6ce9abab1 and add 2015-08-16 16:20:44 -07:00
ServicesModelBinderIntegrationTest.cs
TestMvcOptions.cs
TryUpdateModelIntegrationTest.cs Make validation in `TryUpdateModelAsync()` consistent with model binding elsewhere 2015-08-21 08:17:19 -07:00
TypeConverterModelBinderIntegrationTest.cs Part 3 of #2776 - revert a6ce9abab1 and add 2015-08-16 16:20:44 -07:00
ValidationIntegrationTests.cs Part 3 of #2776 - revert a6ce9abab1 and add 2015-08-16 16:20:44 -07:00
project.json