aspnetcore/src
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
Microsoft.AspNetCore.Mvc.Abstractions Change `CollectionModelBinder` and `ComplexTypeModelBinder` to enforce `[BindRequired]` 2018-09-21 11:08:16 -07:00
Microsoft.AspNetCore.Mvc.Analyzers Refactor DefaultPageApplicationModel to use conventions 2018-09-12 12:28:16 -07:00
Microsoft.AspNetCore.Mvc.Api.Analyzers Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
Microsoft.AspNetCore.Mvc.ApiExplorer Use content-type specified by ProducesAttribute if no formatter supports it 2018-09-19 13:51:31 -07:00
Microsoft.AspNetCore.Mvc.Core Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
Microsoft.AspNetCore.Mvc.Cors Fix aspnet/Routing#782 2018-09-09 15:17:05 -07:00
Microsoft.AspNetCore.Mvc.DataAnnotations
Microsoft.AspNetCore.Mvc.Formatters.Json Invoke FlushAsync before disposing the HttpResponseWriter in JsonResultExecutor 2018-09-24 13:00:56 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Xml
Microsoft.AspNetCore.Mvc.Localization
Microsoft.AspNetCore.Mvc.Razor Make FileVersionProvider repleacable 2018-09-14 09:14:02 -07:00
Microsoft.AspNetCore.Mvc.RazorPages Fix typos (#8413) 2018-09-12 09:34:45 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers Make FileVersionProvider repleacable 2018-09-14 09:14:02 -07:00
Microsoft.AspNetCore.Mvc.Testing
Microsoft.AspNetCore.Mvc.ViewFeatures Make FileVersionProvider repleacable 2018-09-14 09:14:02 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShim
Directory.Build.props