aspnetcore/test/Microsoft.AspNetCore.Mvc.Co...
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
..
ApplicationModel Streamlining action selection and route values 2016-04-22 17:36:23 -07:00
ApplicationParts [Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic. 2016-04-01 09:29:37 -07:00
Authorization [Fixes #4310] Moved AuthorizeFilter and CorsAuthorizationFilter to a public namespace 2016-03-21 11:54:03 -07:00
Builder
Controllers Remove OperationBindingContext 2016-04-25 09:29:03 -07:00
DependencyInjection [Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic. 2016-04-01 09:29:37 -07:00
Filters Updating to use cli 2016-02-22 17:49:51 -08:00
Formatters Added ValueProviderFactories to ResourceFilterExecutingContext 2016-05-20 04:15:07 -07:00
Infrastructure Streamlining action selection and route values 2016-04-22 17:36:23 -07:00
Internal Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
ModelBinding Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
Properties
Routing [Perf] Fast Generate Url for specific cases to avoid string allocations 2016-05-18 18:08:25 -07:00
BadRequestObjectResultTests.cs
BadRequestResultTests.cs
BindAttributeTest.cs Simplify BindAttribute - rename PredicateProvider 2016-03-31 12:34:02 -07:00
ChallengeResultTest.cs
ConsumesAttributeTests.cs Added ValueProviderFactories to ResourceFilterExecutingContext 2016-05-20 04:15:07 -07:00
ContentResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
ControllerBaseTest.cs Make ValueProvider creation lazy 2016-05-13 08:11:21 -07:00
CreatedAtActionResultTests.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
CreatedAtRouteResultTests.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
CreatedResultTests.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
EmptyResultTests.cs
FileContentResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
FileResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
FileStreamResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
FlushReportingStream.cs
ForbidResultTest.cs Introduce SignInResult/SignOutResult and ControllerBase.SignIn/SignOut 2016-03-28 12:45:42 -07:00
HttpNotFoundObjectResultTest.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
HttpNotFoundResultTests.cs [Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok() 2016-02-19 09:25:04 -08:00
HttpOkObjectResultTest.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
HttpOkResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
HttpStatusCodeResultTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
HttpUnauthorizedResultTests.cs [Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok() 2016-02-19 09:25:04 -08:00
LocalRedirectResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
MediaTypeCollectionTest.cs
Microsoft.AspNetCore.Mvc.Core.Test.xproj Remove project name from output path 2016-03-02 14:39:12 -08:00
MvcOptionsTest.cs
NonDisposableStreamTest.cs Migrate tests, tools and samples to portable 2016-04-18 17:20:15 -07:00
ObjectResultTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
PhysicalFileResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
ProducesAttributeTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
RedirectResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
RedirectToActionResultTest.cs Remove usage of `async void` in unit tests 2016-05-20 15:07:48 -07:00
RedirectToRouteResultTest.cs Remove usage of `async void` in unit tests 2016-05-20 15:07:48 -07:00
RequireHttpsAttributeTests.cs Added Permanent property to configure RequireHttpsAttribute 2016-05-16 16:18:53 -07:00
ResponseCacheAttributeTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
SerializableErrorTests.cs Use a prefix tree as a backing store for ModelStateDictionary 2016-03-17 10:09:36 -07:00
SignInResultTest.cs Introduce SignInResult/SignOutResult and ControllerBase.SignIn/SignOut 2016-03-28 12:45:42 -07:00
SignOutResultTest.cs Introduce SignInResult/SignOutResult and ControllerBase.SignIn/SignOut 2016-03-28 12:45:42 -07:00
TestApplicationPart.cs [Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic. 2016-04-01 09:29:37 -07:00
TestBufferingFeature.cs
TestFeatureProvider.cs [Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic. 2016-04-01 09:29:37 -07:00
VirtualFileResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
project.json Fix build warnings 2016-05-02 14:52:02 -07:00