aspnetcore/test/Microsoft.AspNetCore.Mvc.In...
Ryan Nowak baf0b6a5c7 Fix #4803 - Move some types internal
Moves IControllerArgumentBinder and IControllerPropertyActivator into
.Internal. Also renames ControllerArgumentBinder ->
DefaultControllerArgumentBinder for consistency with other controller
extensibility types.

We don't think these are 100% baked for our long term maintenance of the
product, and want to reserve the ability to make changes in the future.
2016-06-09 09:36:15 -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
ModelBindingTestContext.cs Remove OperationBindingContext 2016-04-25 09:29:03 -07:00
ModelBindingTestHelper.cs Fix #4803 - Move some types internal 2016-06-09 09:36:15 -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