..
Metadata
Make `ModelBinderAttribute.BindingSource` setter `protected`
2015-11-20 16:31:27 -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
…
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
…
CompositeModelBinderTest.cs
…
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
Replace ActionBindingContext with ControllerContext
2015-11-20 15:32:37 -08:00
FormValueProviderTest.cs
Fix breaking changes from HttpAbstractions
2015-11-02 18:19:10 -08:00
HeaderModelBinderTests.cs
…
JQueryFormValueProviderFactoryTest.cs
Replace ActionBindingContext with ControllerContext
2015-11-20 15:32:37 -08:00
JQueryFormValueProviderTest.cs
Fix breaking changes from HttpAbstractions
2015-11-02 18:19:10 -08:00
KeyValuePairModelBinderTest.cs
…
ModelBindingContextTest.cs
…
ModelBindingHelperTest.cs
Rename ModelState (the type) -> ModelStateEntry
2015-10-20 16:43:00 -07:00
ModelBindingResultTest.cs
…
MutableObjectModelBinderTest.cs
Rename ModelState (the type) -> ModelStateEntry
2015-10-20 16:43:00 -07:00
QueryStringValueProviderFactoryTest.cs
Replace ActionBindingContext with ControllerContext
2015-11-20 15:32:37 -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
…
TestValueProvider.cs
…