aspnetcore/src
Pranav K 9da8e2c908 Ensure UnsupportedContentTypeFilter runs before ModelStateInvalidFilter
Both UnsupportedContentTypeFilter and ModelStateInvalidFilter use ModelState to
determine the response. UnsupportedContentTypeFilter returns a more specific
response and should execute earlier than the latter filter.

Fixes #8236
2018-08-10 10:39:13 -07:00
..
Microsoft.AspNetCore.Mvc
Microsoft.AspNetCore.Mvc.Abstractions
Microsoft.AspNetCore.Mvc.Analyzers
Microsoft.AspNetCore.Mvc.Analyzers.Experimental
Microsoft.AspNetCore.Mvc.Api.Analyzers Use StatusCodes constants instead of literals in the ProducesResponseType code fix (#8234) 2018-08-08 14:41:30 -07:00
Microsoft.AspNetCore.Mvc.ApiExplorer
Microsoft.AspNetCore.Mvc.Core Ensure UnsupportedContentTypeFilter runs before ModelStateInvalidFilter 2018-08-10 10:39:13 -07:00
Microsoft.AspNetCore.Mvc.Cors React to Routing repo's api changes 2018-08-03 16:25:41 -07:00
Microsoft.AspNetCore.Mvc.DataAnnotations
Microsoft.AspNetCore.Mvc.Formatters.Json
Microsoft.AspNetCore.Mvc.Formatters.Xml
Microsoft.AspNetCore.Mvc.Localization
Microsoft.AspNetCore.Mvc.Razor
Microsoft.AspNetCore.Mvc.RazorPages Copy action constraints and EndPointMetadata when setting up a PageActionDescriptor (#8208) 2018-08-03 12:04:44 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers
Microsoft.AspNetCore.Mvc.Testing
Microsoft.AspNetCore.Mvc.ViewFeatures
Microsoft.AspNetCore.Mvc.WebApiCompatShim
Directory.Build.props