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
TestUtils
ApiControllerActionDiscoveryTest.cs Streamlining action selection and route values 2016-04-22 17:36:23 -07:00
ApiControllerTest.cs
BadRequestErrorMessageResultTest.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
ConflictResultTest.cs
DefaultContentNegotiatorTest.cs
ExceptionResultTest.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
FormDataCollectionExtensionsTest.cs
HttpErrorTest.cs
HttpResponseExceptionActionFilterTest.cs
HttpResponseExceptionTest.cs
HttpResponseMessageOutputFormatterTests.cs
InternalServerErrorResultTest.cs
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
TestHttpResponseStreamWriterFactory.cs
project.json Fix build warnings 2016-05-02 14:52:02 -07:00