* 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 |
||
|---|---|---|
| .. | ||
| TestFiles | ||
| ActualApiResponseMetadataFactoryTest.cs | ||
| AddResponseTypeAttributeCodeFixProviderIntegrationTest.cs | ||
| ApiActionsDoNotRequireExplicitModelValidationCheckAnalyzerIntegrationTest.cs | ||
| ApiActionsDoNotRequireExplicitModelValidationCheckCodeFixProviderTest.cs | ||
| ApiControllerFactsTest.cs | ||
| ApiConventionAnalyzerIntegrationTest.cs | ||
| DeclaredApiResponseMetadataTest.cs | ||
| Mvc.Api.Analyzers.Test.csproj | ||
| MvcFactsTest.cs | ||
| SymbolApiConventionMatcherTest.cs | ||
| SymbolApiResponseMetadataProviderTest.cs | ||