aspnetcore/test
Pranav K 8311fd870b
Include the response type in ProducesResponseType for client errors (#8490)
* Include the response type in ProducesResponseType for client errors

* Refactor ActualApiResponseMetadata discovery in to a separate more manageable type
* Annotate action result ctors and helper methods that specify the "object" value with attribute
* Modify the discovery of parameters to match ActionResultObjectValueAttribute and ActionResultStatusCodeAttribute by name
  to allow users to write and annotate custom helper methods and action results, a la NotNullAttribute.

Fixes #8345
2018-09-26 15:51:49 -07:00
..
Microsoft.AspNetCore.Mvc.Abstractions.Test Cleanup TestCommon 2018-05-18 10:45:57 -07:00
Microsoft.AspNetCore.Mvc.ApiExplorer.Test Use content-type specified by ProducesAttribute if no formatter supports it 2018-09-19 13:51:31 -07:00
Microsoft.AspNetCore.Mvc.Core.Test Add LinkGenerator extensions for MVC 2018-09-26 09:37:46 -07:00
Microsoft.AspNetCore.Mvc.Core.TestCommon Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
Microsoft.AspNetCore.Mvc.Cors.Test React to Routing repo's api changes 2018-08-03 16:25:41 -07:00
Microsoft.AspNetCore.Mvc.DataAnnotations.Test Fix typos (#8413) 2018-09-12 09:34:45 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Json.Test Invoke FlushAsync before disposing the HttpResponseWriter in JsonResultExecutor 2018-09-24 13:00:56 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
Microsoft.AspNetCore.Mvc.FunctionalTests Change `CollectionModelBinder` and `ComplexTypeModelBinder` to enforce `[BindRequired]` 2018-09-21 11:08:16 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests Change `CollectionModelBinder` and `ComplexTypeModelBinder` to enforce `[BindRequired]` 2018-09-21 11:08:16 -07:00
Microsoft.AspNetCore.Mvc.Localization.Test DataAnnotations of Enum values use DataAnnotationLocalizerProvider 2018-05-25 16:00:00 -07:00
Microsoft.AspNetCore.Mvc.Razor.Test Add a feature to disable file watching in Razor pages (#8369) 2018-09-06 10:16:31 -07:00
Microsoft.AspNetCore.Mvc.RazorPages.Test Fix typos (#8413) 2018-09-12 09:34:45 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test Make FileVersionProvider repleacable 2018-09-14 09:14:02 -07:00
Microsoft.AspNetCore.Mvc.Test Fix aspnet/Routing#782 2018-09-09 15:17:05 -07:00
Microsoft.AspNetCore.Mvc.TestDiagnosticListener
Microsoft.AspNetCore.Mvc.ViewFeatures.Test Fix typos (#8413) 2018-09-12 09:34:45 -07:00
Microsoft.AspNetCore.Mvc.Views.TestCommon Cleanup TestCommon 2018-05-18 10:45:57 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
Mvc.Analyzers.Test Fix typos (#8413) 2018-09-12 09:34:45 -07:00
Mvc.Api.Analyzers.Test Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
WebSites Reference Microsoft.NET.Sdk.Razor in projects with Razor files 2018-09-20 13:21:45 -07:00
Directory.Build.props Remove `xUnit1026` workaround in test projects 2018-06-08 15:24:36 -07:00
MvcTests.ruleset