aspnetcore/test
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
..
Microsoft.AspNetCore.Mvc.Abstractions.Test Fix build warnings 2016-05-02 14:52:02 -07:00
Microsoft.AspNetCore.Mvc.ApiExplorer.Test Fix build warnings 2016-05-02 14:52:02 -07:00
Microsoft.AspNetCore.Mvc.Core.Test Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
Microsoft.AspNetCore.Mvc.Cors.Test Fix build warnings 2016-05-02 14:52:02 -07:00
Microsoft.AspNetCore.Mvc.DataAnnotations.Test Merge branch 'release' into dev 2016-05-02 14:58:54 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Json.Test Merge branch 'release' into dev 2016-05-02 14:58:54 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test Merge branch 'release' into dev 2016-05-02 14:58:54 -07:00
Microsoft.AspNetCore.Mvc.FunctionalTests Fix FormTagHelper to set flag indicating generation of AntiforgeryToken 2016-05-20 04:29:01 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
Microsoft.AspNetCore.Mvc.Localization.Test Fix build warnings 2016-05-02 14:52:02 -07:00
Microsoft.AspNetCore.Mvc.Razor.Host.Test Merge branch 'release' into dev 2016-05-02 14:58:54 -07:00
Microsoft.AspNetCore.Mvc.Razor.Test [Fixes #4353] Cleanup application part discovery 2016-05-20 10:56:03 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test [Fixes #4633] Datetime? and DateTimeOffset? values on InputTagHelper are not rendered correctly. 2016-05-20 11:29:29 -07:00
Microsoft.AspNetCore.Mvc.Test [Fixes #4550] Add an Option to set the Razor view location formats 2016-05-19 14:04:33 -07:00
Microsoft.AspNetCore.Mvc.TestCommon Make ValueProvider creation lazy 2016-05-13 08:11:21 -07:00
Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources Remove project name from output path 2016-03-02 14:39:12 -08:00
Microsoft.AspNetCore.Mvc.ViewFeatures.Test Fix FormTagHelper to set flag indicating generation of AntiforgeryToken 2016-05-20 04:29:01 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest Make ModelBindingContext.Result non-nullable 2016-05-23 14:18:34 -07:00
WebSites Fix FormTagHelper to set flag indicating generation of AntiforgeryToken 2016-05-20 04:29:01 -07:00