aspnetcore/test/Mvc.Api.Analyzers.Test/TestFiles
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
..
ActualApiResponseMetadataFactoryTest Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
AddResponseTypeAttributeCodeFixProviderIntegrationTest Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00
ApiActionsDoNotRequireExplicitModelValidationCheckAnalyzerIntegrationTest
ApiActionsDoNotRequireExplicitModelValidationCheckCodeFixProviderTest
ApiControllerFactsTest Allow ApiControlelrAttribute to be applied to assemblies 2018-09-12 13:42:22 -07:00
ApiConventionAnalyzerIntegrationTest Allow Implicit 200 status codes to match Ok result 2018-09-19 12:51:13 -07:00
MvcFactsTest
SymbolApiConventionMatcherTest
SymbolApiResponseMetadataProviderTest Include the response type in ProducesResponseType for client errors (#8490) 2018-09-26 15:51:49 -07:00