aspnetcore/test/Mvc.Api.Analyzers.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
..
TestFiles Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
ActualApiResponseMetadataFactoryTest.cs Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
AddResponseTypeAttributeCodeFixProviderIntegrationTest.cs Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
ApiActionsDoNotRequireExplicitModelValidationCheckAnalyzerIntegrationTest.cs
ApiActionsDoNotRequireExplicitModelValidationCheckCodeFixProviderTest.cs
ApiControllerFactsTest.cs Allow ApiControlelrAttribute to be applied to assemblies 2018-09-12 13:42:22 -07:00
ApiConventionAnalyzerIntegrationTest.cs Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
DeclaredApiResponseMetadataTest.cs Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
Mvc.Api.Analyzers.Test.csproj
MvcFactsTest.cs Warn when the parameter name for a model bound complex parameter has the same name as a top level property 2018-08-14 15:44:48 -07:00
SymbolApiConventionMatcherTest.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
SymbolApiResponseMetadataProviderTest.cs Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00