aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
sornaks 1570e198ef Bug #1354 - ViewComponent View() fails on CoreCLR with IEnumerable<> passed in.
Fix - When the model is passed in to a View, ViewDataDictionary sets it. During this process, we recurse through all the properties and create FastPropertyGetters for each of them. In this case, since it is an enumerable, the properties which we recurse through are not the elements of the collection but the properties of the Enumerable instead. i.e - Enumerable.Current. Creating getters for these properties are not necessary. The fix moves the property iteration step to a place where the properties are actually requested.
- Splitting TypeInformation class into two and separating their caches appropriately.
2014-12-16 12:19:38 -08:00
..
compiler/resources
ActivatorTests.cs React to DI changes part 2 2014-12-03 13:36:54 -08:00
AntiForgeryTestHelper.cs
AntiForgeryTests.cs
ApiExplorerTest.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
ApplicationModelTest.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
BasicTests.cs
CompositeViewEngineTests.cs
ConnegTests.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
CustomUrlHelperTests.cs Add missing license headers 2014-11-20 22:54:05 -08:00
DefaultOrderTest.cs
DependencyResolverTests.cs Add missing license headers 2014-11-20 22:54:05 -08:00
DirectivesTest.cs
FileResultTests.cs
FiltersTest.cs React to DI changes part 2 2014-12-03 13:36:54 -08:00
FlushPointTest.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
InlineConstraintTests.cs Changed to use OptionalRouteConstraint created by Routing to use for inline optional parameters in attribute routing. Also added tests for inline parameters. 2014-12-04 11:00:48 -08:00
InputFormatterTests.cs
InputObjectValidationTests.cs [Partial fix for #1372]Added SimpleTypesExcludeFilter to exlcude validation on simple types and also added tests to cover scenarios. 2014-12-03 14:09:51 -08:00
JsonOutputFormatterTests.cs Add missing license headers 2014-11-20 22:54:05 -08:00
JsonResultTest.cs
LinkGenerationTests.cs
Microsoft.AspNet.Mvc.FunctionalTests.kproj Add schema version to kproj files 2014-11-25 10:57:58 -08:00
ModelBindingFromHeaderTest.cs Fix for #1681 - Model state errors are wrong with attributes like [FromHeader] 2014-12-10 14:03:51 -08:00
ModelBindingModelBinderAttributeTest.cs Adding support for ModelMetadataAttribute in core. 2014-12-05 12:00:19 -08:00
ModelBindingTests.cs Adding Support for TryUpdateModel using include expressions and predicate. 2014-12-05 17:28:43 -08:00
MvcSampleTests.cs Extend MVC Sample functional test to include all Home views 2014-11-22 10:36:46 -08:00
MvcStartupTests.cs
NullLoggerFactory.cs Add missing license headers 2014-11-20 22:54:05 -08:00
OutputFormatterTest.cs matched classnames with filenames 2014-11-25 11:21:17 -08:00
PrecompilationTest.cs Fixing build break 2014-12-05 15:16:27 -08:00
RazorInstrumentationTests.cs
RazorViewLocationSpecificationTest.cs Layout specification and discovery should follow the same behavior as 2014-12-03 11:54:46 -08:00
RequestServicesTest.cs Adding FromServicesAttribute. 2014-11-26 15:35:08 -08:00
ResourceHelpers.cs
RoundTripTests.cs
RouteDataTest.cs
RoutingTests.cs
TagHelperSampleTest.cs Add functional test of MVC tag helper sample 2014-12-05 15:48:43 -08:00
TagHelpersTest.cs
TestApplicationEnvironment.cs
TestAssemblyProvider.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
TestConfigurationProvider.cs
TestHelper.cs
ValueProviderTest.cs matched classnames with filenames 2014-11-25 11:21:17 -08:00
VersioningTests.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
ViewComponentTests.cs Bug #1354 - ViewComponent View() fails on CoreCLR with IEnumerable<> passed in. 2014-12-16 12:19:38 -08:00
ViewEngineTests.cs Bug #1354 - ViewComponent View() fails on CoreCLR with IEnumerable<> passed in. 2014-12-16 12:19:38 -08:00
WebApiCompatShimActionResultTest.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
WebApiCompatShimActionSelectionTest.cs
WebApiCompatShimBasicTest.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
WebApiCompatShimParameterBindingTest.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
XmlOutputFormatterTests.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
XmlSerializerInputFormatterTests.cs
project.json Add functional test of MVC tag helper sample 2014-12-05 15:48:43 -08:00