aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../ModelBinding/Binders
Ryan Nowak d92b3ba2c6 Make ModelBindingContext.Result non-nullable
This change simplifies a bunch of code and fits more in line with the
current design of model binding.

Now, a model binder only has to do anything if it was successful.
'return' is enough to indicate failure.
2016-05-23 14:18:34 -07:00
..
ArrayModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
ArrayModelBinderTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
BinderTypeModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
BinderTypeModelBinderTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
BodyModelBinderProviderTest.cs Remove OperationBindingContext 2016-04-25 09:29:03 -07:00
BodyModelBinderTests.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
ByteArrayModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
ByteArrayModelBinderTests.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
CancellationTokenModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
CancellationTokenModelBinderTests.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
CollectionModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
CollectionModelBinderTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
ComplexTypeModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
ComplexTypeModelBinderTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
DictionaryModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
DictionaryModelBinderTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
FormCollectionModelBinderProviderTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
FormCollectionModelBinderTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
FormFileModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
FormFileModelBinderTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
HeaderModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
HeaderModelBinderTests.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
KeyValuePairModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
KeyValuePairModelBinderTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
ServicesModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
ServicesModelBinderTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
SimpleTypeModelBinderProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
SimpleTypeModelBinderTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00