aspnetcore/test/Microsoft.AspNetCore.Mvc.We...
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
..
HttpRequestMessage Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
Mocks Migrate tests, tools and samples to portable 2016-04-18 17:20:15 -07:00
TestUtils
ApiControllerActionDiscoveryTest.cs Streamlining action selection and route values 2016-04-22 17:36:23 -07:00
ApiControllerTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
BadRequestErrorMessageResultTest.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
ConflictResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
DefaultContentNegotiatorTest.cs Migrate tests, tools and samples to portable 2016-04-18 17:20:15 -07:00
ExceptionResultTest.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
FormDataCollectionExtensionsTest.cs
HttpErrorTest.cs
HttpResponseExceptionActionFilterTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
HttpResponseExceptionTest.cs
HttpResponseMessageOutputFormatterTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
InternalServerErrorResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
InvalidModelStateResultTest.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest.xproj
NegotiatedContentResultTest.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
OverloadActionConstraintTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
TestHttpResponseStreamWriterFactory.cs
project.json Fix build warnings 2016-05-02 14:52:02 -07:00