aspnetcore/test
Ryan Nowak 14429721d9 Make handler selector more flexible
Some details of this pending discussion, but this is a new 2.1 change
and compatibility switch in the spirit of making pages handler selection
less error-prone.

In particular we don't want anyone to have to define HEAD to do the
trivial thing. This currently routes all 'safe' HTTP methods to the GET
handler and all other HTTP methods to the POST handler.

This is technically not the correct thing to do for OPTIONS and TRACE,
so we might still do something different.

The tests will change a little depending on exactly what we decide to
do, but this is the main idea of the change.
2018-03-23 14:22:48 -07:00
..
Microsoft.AspNetCore.Mvc.Abstractions.Test
Microsoft.AspNetCore.Mvc.Analyzers.Test
Microsoft.AspNetCore.Mvc.ApiExplorer.Test Use ParameterInfo for getting metadata of a parameter to show the correct information in ApiExplorer 2018-03-19 11:50:19 -07:00
Microsoft.AspNetCore.Mvc.Core.Test Make the use of Assembly.CodeBase more robust 2018-03-23 09:35:55 -07:00
Microsoft.AspNetCore.Mvc.Cors.Test
Microsoft.AspNetCore.Mvc.DataAnnotations.Test
Microsoft.AspNetCore.Mvc.Formatters.Json.Test
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test
Microsoft.AspNetCore.Mvc.FunctionalTests Make handler selector more flexible 2018-03-23 14:22:48 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests Do not bind `"[index]"` in `CollectionModelBinder` subsetting feature 2018-03-19 12:53:05 -07:00
Microsoft.AspNetCore.Mvc.Localization.Test
Microsoft.AspNetCore.Mvc.Razor.Test ApplicationPartFactory: The works 2018-03-21 15:40:15 -07:00
Microsoft.AspNetCore.Mvc.RazorPages.Test Make handler selector more flexible 2018-03-23 14:22:48 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test
Microsoft.AspNetCore.Mvc.Test ApplicationPartFactory: The works 2018-03-21 15:40:15 -07:00
Microsoft.AspNetCore.Mvc.TestCommon
Microsoft.AspNetCore.Mvc.TestDiagnosticListener
Microsoft.AspNetCore.Mvc.ViewFeatures.Test Introduce LifecycleProperty 2018-03-22 10:18:36 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest
WebSites Make handler selector more flexible 2018-03-23 14:22:48 -07:00
Directory.Build.props Stop building\testing on netcoreapp2.0 2018-03-19 10:09:51 -07:00
MvcTests.ruleset