aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding
Pranav K b520b0cb22 Limit [FromServices] to apply only to parameters
Fixes #3507
2015-11-17 16:41:04 -08:00
..
Metadata Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
Validation Removed use of LINQ and added some optimizations in ValidationVisitor 2015-11-06 11:56:52 -08:00
ArrayModelBinderTest.cs
BinderTypeBasedModelBinderModelBinderTest.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
BindingSourceValueProviderTest.cs
BodyModelBinderTests.cs Add InputFormatter buffer pooling 2015-11-02 14:36:59 -08:00
ByteArrayModelBinderTests.cs Use `ModelMetadata.GetDisplayName()` in error message replacing `FormatException` and `OverflowException` 2015-10-22 15:50:36 -07:00
CancellationTokenModelBinderTests.cs
CollectionModelBinderTest.cs Replacing NotNullAttribute with thrown exceptions 2015-10-01 06:19:18 -07:00
CompositeModelBinderTest.cs Replacing NotNullAttribute with thrown exceptions 2015-10-01 08:23:21 -07:00
CompositeValueProviderTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
DictionaryBasedValueProviderTests.cs
DictionaryModelBinderTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
ElementalValueProviderTests.cs
EnumerableValueProviderTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
FormCollectionModelBinderTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
FormFileModelBinderTest.cs
FormValueProviderFactoryTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
FormValueProviderTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
HeaderModelBinderTests.cs
JQueryFormValueProviderFactoryTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
JQueryFormValueProviderTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
KeyValuePairModelBinderTest.cs Replacing NotNullAttribute with thrown exceptions 2015-10-01 06:19:18 -07:00
ModelBindingContextTest.cs Replacing NotNullAttribute with thrown exceptions 2015-10-01 06:19:18 -07:00
ModelBindingHelperTest.cs Rename ModelState (the type) -> ModelStateEntry 2015-10-20 16:43:00 -07:00
ModelBindingResultTest.cs Replacing NotNullAttribute with thrown exceptions 2015-10-01 06:19:18 -07:00
MutableObjectModelBinderTest.cs Rename ModelState (the type) -> ModelStateEntry 2015-10-20 16:43:00 -07:00
QueryStringValueProviderFactoryTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
QueryStringValueProviderTest.cs Fix breaking changes from HttpAbstractions 2015-11-02 18:19:10 -08:00
ServicesModelBinderTest.cs Reacting to DependencyInjection changes 2015-11-13 10:47:34 -08:00
SimpleTypeModelBinderTest.cs Use `ModelMetadata.GetDisplayName()` in error message replacing `FormatException` and `OverflowException` 2015-10-22 15:50:36 -07:00
SimpleValueProvider.cs Replacing NotNullAttribute with thrown exceptions 2015-10-01 06:19:18 -07:00
TestValueProvider.cs