aspnetcore/test
Kristian Hellang 97fab8711a Add UnprocessableEntityResult, UnprocessableEntityObjectResult and ControllerBase.UnprocessableEntity methods (#6851)
* Added UnprocessableEntityResult

* Added UnprocessableEntityObjectResult

* Added UnprocessableEntity overloads to ControllerBase

Fixes https://github.com/aspnet/Mvc/issues/6795
2017-09-22 09:27:29 -07:00
..
Microsoft.AspNetCore.Mvc.Abstractions.Test Fix #4914 patternize filter overrides 2017-09-18 12:12:44 -07:00
Microsoft.AspNetCore.Mvc.ApiExplorer.Test Make DefaultApiDescriptionProvider understand ActionResult<T> 2017-09-11 14:20:38 -07:00
Microsoft.AspNetCore.Mvc.Core.Test Add UnprocessableEntityResult, UnprocessableEntityObjectResult and ControllerBase.UnprocessableEntity methods (#6851) 2017-09-22 09:27:29 -07:00
Microsoft.AspNetCore.Mvc.Cors.Test
Microsoft.AspNetCore.Mvc.DataAnnotations.Test Support validation and BindBehavior on top-level action parameters and bound properties. Fixes #6790 2017-09-22 10:13:48 +01:00
Microsoft.AspNetCore.Mvc.Formatters.Json.Test Additional fixes for #4604 2017-09-13 23:39:00 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test
Microsoft.AspNetCore.Mvc.FunctionalTests Provide a way within the Page/PageModel to run code before any handler runs 2017-09-22 09:25:22 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests Support validation and BindBehavior on top-level action parameters and bound properties. Fixes #6790 2017-09-22 10:13:48 +01:00
Microsoft.AspNetCore.Mvc.Localization.Test Added new extension methods to configure all MVC localization services 2017-09-18 14:28:55 -07:00
Microsoft.AspNetCore.Mvc.Razor.Test Make @inherit + Razor Pages + _ViewImports work 2017-09-14 12:34:00 -07:00
Microsoft.AspNetCore.Mvc.RazorPages.Test Provide a way within the Page/PageModel to run code before any handler runs 2017-09-22 09:25:22 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test TagHelperOutput extension methods for class value manipulation (#6565) 2017-09-13 11:58:10 -07:00
Microsoft.AspNetCore.Mvc.Test Introduce a filter to send bad request results with details when ModelState is invalid (#6849) 2017-09-21 11:09:32 -07:00
Microsoft.AspNetCore.Mvc.TestCommon Support validation and BindBehavior on top-level action parameters and bound properties. Fixes #6790 2017-09-22 10:13:48 +01:00
Microsoft.AspNetCore.Mvc.TestDiagnosticListener
Microsoft.AspNetCore.Mvc.ViewFeatures.Test Avoid saving TempData in case of unhandled exceptions. [Fixes #6598] BUG? Accessing TempData prevent response to have content on error. 2017-09-07 13:13:27 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest House Cleaning - Spelling and grammar 🚿 2017-08-30 14:58:44 -07:00
WebSites Provide a way within the Page/PageModel to run code before any handler runs 2017-09-22 09:25:22 -07:00
Directory.Build.props
MvcTests.ruleset