aspnetcore/test/Microsoft.AspNetCore.Mvc.Fu...
Ryan Nowak a23307e2b1 Check for properties that can't befound
If you give ModelExpressionProvider a lambda with a private property
you'll end up here. This wasn't common before, but it seems like users
are more likely to try it with pages.

Model Metadata and Model Binding don't handle private properties, so
supporting it in Model Expressions seems less than useful.

This isn't a breaking change because this case would have resulted in a
null-ref. Addresses #6400
2017-07-04 13:26:17 -07:00
..
compiler/resources Add ITagHelperComponentManager (#6302) 2017-05-23 13:22:15 -07:00
AntiforgeryAuthTests.cs
AntiforgeryTestHelper.cs
AntiforgeryTests.cs
ApiExplorerTest.cs
ApplicationModelTest.cs
AsyncActionsTests.cs
BasicTests.cs
CompilationOptionsTests.cs
ConsumesAttributeTests.cs
ContentNegotiationTest.cs
ControllerFromServicesTests.cs
CorsTests.cs
DefaultOrderTest.cs
DefaultValuesTest.cs
DirectivesTest.cs
DoNotRespectBrowserAcceptHeaderTests.cs
ErrorPageTests.cs Generate full pdbs for views on desktop and re-enable runtime error tests (#6442) 2017-06-26 10:46:12 -07:00
ExceptionInfo.cs [Fixes #6468] Clean up the productionized testing infrastructure 2017-07-03 10:15:06 -07:00
FileResultTests.cs Respond to RangeHelper refactor (#6348) 2017-06-06 11:22:35 -07:00
FiltersTest.cs
FlushPointTest.cs
FormFileUploadTest.cs
HtmlGenerationTest.cs Check for properties that can't befound 2017-07-04 13:26:17 -07:00
HtmlHelperOptionsTest.cs
HttpResponseMessageExceptions.cs [Fixes #6468] Clean up the productionized testing infrastructure 2017-07-03 10:15:06 -07:00
InputFormatterTests.cs
InputObjectValidationTests.cs
JsonOutputFormatterTests.cs
JsonPatchInputFormatterTest.cs Suppress JsonPatchDocument validation (#6429) 2017-06-22 14:14:11 -07:00
JsonResultTest.cs
LinkGenerationTests.cs
Microsoft.AspNetCore.Mvc.FunctionalTests.csproj [Fixes #6468] Clean up the productionized testing infrastructure 2017-07-03 10:15:06 -07:00
MvcEncodedTestFixtureOfT.cs [Fixes #6233] Productionize and harden our functional testing infrastructure 2017-06-23 18:12:41 -07:00
MvcSampleFixture.cs [Fixes #6233] Productionize and harden our functional testing infrastructure 2017-06-23 18:12:41 -07:00
MvcSandboxTest.cs
MvcTestFixture.cs [Fixes #6233] Productionize and harden our functional testing infrastructure 2017-06-23 18:12:41 -07:00
OutputFormatterTest.cs
RazorPageExecutionInstrumentationTest.cs
RazorPageModelTest.cs
RazorPagesNamespaceTest.cs
RazorPagesTest.cs Define semantics for pagemodels 2017-06-29 09:24:57 -07:00
RazorPagesViewSearchTest.cs
RazorPagesWithBasePathTest.cs Add support for specifying filters on page models. 2017-06-28 14:43:02 -07:00
RazorViewLocationSpecificationTest.cs
RemoteAttributeValidationTest.cs
RequestServicesTest.cs
RespectBrowserAcceptHeaderTests.cs
RouteDataTest.cs
RoutingTests.cs
SerializableErrorTests.cs
SimpleTests.cs
StreamOutputFormatterTest.cs
TagHelperComponentTagHelperTest.cs Add ITagHelperComponentManager (#6302) 2017-05-23 13:22:15 -07:00
TagHelpersFromServicesTest.cs Add back support for AddTagHelpersAsServices 2017-05-23 14:04:42 -07:00
TagHelpersTest.cs
TempDataInCookiesTest.cs React to StringSegment changes 2017-05-23 14:01:44 -07:00
TempDataInSessionTest.cs
TempDataPropertyTest.cs
TempDataTestBase.cs
UrlResolutionTest.cs
VersioningTests.cs
ViewComponentFromServicesTests.cs
ViewEngineTests.cs Normalize paths returned by view location expanders 2017-06-27 08:48:07 -07:00
WebApiCompatShimActionResultTest.cs
WebApiCompatShimActionSelectionTest.cs
WebApiCompatShimBasicTest.cs Re-enable net461 functional tests. 2017-06-06 13:10:29 -07:00
WebApiCompatShimParameterBindingTest.cs
XmlDataContractSerializerFormattersWrappingTest.cs
XmlDataContractSerializerInputFormatterTest.cs
XmlOutputFormatterTests.cs
XmlSerializerFormattersWrappingTest.cs
XmlSerializerInputFormatterTests.cs
xunit.runner.json [Fixes #6468] Clean up the productionized testing infrastructure 2017-07-03 10:15:06 -07:00