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
…
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
…
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
…
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
…