aspnetcore/test/Microsoft.AspNetCore.Mvc.In...
Doug Bunting e63f094a5f Use type metadata for `ModelBinderProviderContext.BindingInfo`
- #4652
- previously ignored for top-level models
- `ModelBinderProviderContext.BindingInfo` is now never `null`
- similarly, use type metadata (as well as parameter info) for `ModelBindingContext.BinderModelName`
 - previously ignored when overridden in `ControllerArgumentBinder`
2016-05-27 23:00:29 -07:00
..
Models
ActionParametersIntegrationTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
ArrayModelBinderIntegrationTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
BinderTypeBasedModelBinderIntegrationTest.cs Use type metadata for `ModelBinderProviderContext.BindingInfo` 2016-05-27 23:00:29 -07:00
BodyValidationIntegrationTests.cs Use type metadata for `ModelBinderProviderContext.BindingInfo` 2016-05-27 23:00:29 -07:00
ByteArrayModelBinderIntegrationTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
CancellationTokenModelBinderIntegrationTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
CollectionModelBinderIntegrationTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
CompanyNameAttribute.cs
DictionaryModelBinderIntegrationTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
ExcludeBindingMetadataProviderIntegrationTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
FormCollectionModelBindingIntegrationTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
FormFileModelBindingIntegrationTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
GenericModelBinderIntegrationTest.cs Use type metadata for `ModelBinderProviderContext.BindingInfo` 2016-05-27 23:00:29 -07:00
HeaderModelBinderIntegrationTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
KeyValuePairModelBinderIntegrationTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests.xproj Remove project name from output path 2016-03-02 14:39:12 -08:00
ModelBindingTestContext.cs Remove OperationBindingContext 2016-04-25 09:29:03 -07:00
ModelBindingTestHelper.cs Make ValueProvider creation lazy 2016-05-13 08:11:21 -07:00
ModelPrefixSelectionIntegrationTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
MutableObjectModelBinderIntegrationTest.cs Use type metadata for `ModelBinderProviderContext.BindingInfo` 2016-05-27 23:00:29 -07:00
ProductValidatorAttribute.cs
ServicesModelBinderIntegrationTest.cs Use type metadata for `ModelBinderProviderContext.BindingInfo` 2016-05-27 23:00:29 -07:00
SimpleTypeModelBinderIntegrationTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
TestMvcOptions.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
TryUpdateModelIntegrationTest.cs Move ModelBindingHelper to Internal (#4664) 2016-05-18 16:52:43 -07:00
TryValidateModelIntegrationTest.cs Remove OperationBindingContext 2016-04-25 09:29:03 -07:00
ValidationIntegrationTests.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
project.json Fix build warnings 2016-05-02 14:52:02 -07:00