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 Make structs readonly 2018-08-02 15:44:09 -07:00
Microsoft.AspNetCore.Mvc.Analyzers Move API convention analyzers to Microsoft.AspNetCore.Mvc.Api.Analyzers 2018-08-02 13:53:33 -07:00
Microsoft.AspNetCore.Mvc.Analyzers.Experimental Make structs readonly 2018-08-02 15:44:09 -07:00
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 Make structs readonly 2018-08-02 15:44:09 -07:00
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 CompositeValidationAttribute 2018-07-20 15:31:14 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Json Fix flaky test by using a different instance of contract resolver 2018-08-01 07:33:37 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Xml Avoid `InvalidOperationException` when serializing `SerializableError` 2018-07-26 08:56:02 -07:00
Microsoft.AspNetCore.Mvc.Localization Re-organize shared src packages so we can do true IVT between src assemblies 2018-07-16 11:15:58 -07:00
Microsoft.AspNetCore.Mvc.Razor Make structs readonly 2018-08-02 15:44:09 -07:00
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 Make structs readonly 2018-08-02 15:44:09 -07:00
Microsoft.AspNetCore.Mvc.Testing Add ability to override the testing web content root using environment variables 2018-07-20 16:56:24 -07:00
Microsoft.AspNetCore.Mvc.ViewFeatures Make structs readonly 2018-08-02 15:44:09 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShim
Directory.Build.props