aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../ModelBinding
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
..
Binders Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
Metadata [Perf] Cache the metadata for known type "object" 2016-04-25 13:03:52 -07:00
Validation
BindingSourceValueProviderTest.cs
CompositeValueProviderTest.cs
DefaultModelBindingContextTest.cs
EnumerableValueProviderTest.cs
FormValueProviderFactoryTest.cs
FormValueProviderTest.cs
JQueryFormValueProviderFactoryTest.cs
JQueryFormValueProviderTest.cs
ModelBinderFactoryTest.cs
ModelBindingHelperTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
ModelBindingResultTest.cs Remove Key from ModelBindingResult 2016-05-23 13:17:19 -07:00
QueryStringValueProviderFactoryTest.cs
QueryStringValueProviderTest.cs
RouteValueProviderTests.cs
StubModelBinder.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
TestModelBinderProviderContext.cs
TestValueProvider.cs
UnsupportedContentTypeFilterTest.cs