aspnetcore/test/Microsoft.AspNetCore.Mvc.We.../HttpRequestMessage
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
..
HttpRequestMessageExtensionsTest.cs Migrate tests, tools and samples to portable 2016-04-18 17:20:15 -07:00
HttpRequestMessageFeatureTest.cs
HttpRequestMessageModelBinderTest.cs Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00