aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
Ryan Nowak 0f6b2331ce Fix #2378 - Fully expand models in ApiExplorer
This change dramatically simplifies the parameter discovery logic in
DefaultApiDescriptionProvider. Instead of surfacing POCO objects as
parameters, we now fully expand every model.

The rationale is that we want to show every key/value that can be set by
the user and not force consumers of ApiDescription to do that themselves.

Tests are cleaned up to match the new behavior.
2015-05-08 11:53:38 -07:00
..
Logging Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
compiler/resources [Fixes #2336] Generate some input elements without value attribute 2015-04-29 13:47:17 -07:00
ActionResultTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ActivatorTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
AntiForgeryTestHelper.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
AntiForgeryTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ApiExplorerTest.cs Fix #2378 - Fully expand models in ApiExplorer 2015-05-08 11:53:38 -07:00
ApplicationModelTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
BasicTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
BestEffortLinkGenerationTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
CompilationOptionsTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
CompositeViewEngineTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ConsumesAttributeTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ContentNegotiationTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ControllerDiscoveryConventionTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ControllerFromServicesTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
CorsMiddlewareTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
CorsTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
CustomRouteTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
CustomUrlHelperTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
DefaultOrderTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
DependencyResolverTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
DirectivesTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ErrorPageTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ExceptionInfo.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FileResultTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FiltersTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FlushPointTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FormatFilterTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
HttpResponseMessageExceptions.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
InlineConstraintTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
InputFormatterTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
InputObjectValidationTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
JsonOutputFormatterTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
JsonPatchTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
JsonResultTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
LinkGenerationTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Microsoft.AspNet.Mvc.FunctionalTests.xproj
ModelBindingBindingBehaviorTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ModelBindingDataMemberRequiredTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ModelBindingFromFormTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ModelBindingFromHeaderTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ModelBindingFromQueryTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ModelBindingFromRouteTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ModelBindingModelBinderAttributeTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ModelBindingTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ModelMetadataAttributeTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
MvcSampleTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
MvcStartupTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
MvcTagHelpersTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
OutputFormatterTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
PrecompilationTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RazorCompilerCacheTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RazorEmbeddedViewsTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RazorFileSystemCaseSensitivityTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RazorPageExecutionInstrumentationTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RazorViewLocationSpecificationTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RemoteAttributeValidationTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RequestServicesTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ResourceHelpers.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RespectBrowserAcceptHeaderTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ResponseCacheTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RoundTripTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RouteDataTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RoutingLowercaseUrlTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RoutingTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
SerializableErrorTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
StreamOutputFormatterTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TagHelperSampleTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TagHelpersTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TempDataTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TestApplicationEnvironment.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TestHelper.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TryValidateModelTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ValueProviderTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
VersioningTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ViewComponentTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ViewEngineTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
WebApiCompatShimActionResultTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
WebApiCompatShimActionSelectionTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
WebApiCompatShimBasicTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
WebApiCompatShimParameterBindingTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
XmlDataContractSerializerFormattersWrappingTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
XmlDataContractSerializerInputFormatterTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
XmlOutputFormatterTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
XmlSerializerFormattersWrappingTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
XmlSerializerInputFormatterTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
project.json Adding errors in ModelState 2015-04-22 13:44:09 -07:00