aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
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
..
ActionResults
AntiXsrf matched classnames with filenames 2014-11-25 11:21:17 -08:00
ApplicationModel
Description
Filters
Formatters matched classnames with filenames 2014-11-25 11:21:17 -08:00
Internal
Logging
OptionDescriptors matched classnames with filenames 2014-11-25 11:21:17 -08:00
ParameterBinding Adding Support for TryUpdateModel using include expressions and predicate. 2014-12-05 17:28:43 -08:00
Properties
Rendering Update templates\samples\tests to use ensure viewstart.cshtml and views directory names are cased appropriately. #1559 2014-12-05 13:27:22 -08:00
Routing 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
TestFiles
Utils
ViewComponents Update templates\samples\tests to use ensure viewstart.cshtml and views directory names are cased appropriately. #1559 2014-12-05 13:27:22 -08:00
ActionExecutorTests.cs
BodyModelBinderTests.cs
ControllerActionDescriptorProviderTests.cs
ControllerActionInvokerTest.cs Fix for #1652 - Make Authorization Filters run first 2014-12-02 10:39:50 -08:00
ControllerTests.cs Adding Support for TryUpdateModel using include expressions and predicate. 2014-11-26 17:44:50 -08:00
CopyOnWriteDictionaryTest.cs
DefaultActionSelectorSelectAsyncValuesTest.cs
DefaultActionSelectorTests.cs
DefaultAssemblyProviderTests.cs
DefaultControllerActivatorTest.cs
DefaultControllerFactoryTest.cs
DefaultInputFormatterSelectorTests.cs
DefaultViewComponentActivatorTests.cs [Fixes #393] [Design] Update ViewComponent result apis to be consistent with Controller 2014-11-26 15:56:06 -08:00
HttpMethodProviderAttributesTests.cs
InputObjectBindingTests.cs
JsonResultTest.cs
KnownRouteValueConstraintTests.cs
MediaTypeWithQualityHeaderValueTests.cs
Microsoft.AspNet.Mvc.Core.Test.kproj
MockMvcOptionsAccessor.cs
MvcOptionsTests.cs
MvcRouteHandlerTests.cs
PropertyHelperTest.cs
RequireHttpsAttributeTests.cs
RouteDataActionConstraintTest.cs
RouteTemplateProviderAttributesTest.cs matched classnames with filenames 2014-11-25 11:21:17 -08:00
StaticAssemblyProvider.cs
StaticControllerModelBuilder.cs
TestController.cs
TestGlobalFilterProvider.cs
TypeHelperTest.cs
UrlHelperTest.cs
ViewComponentTests.cs [Fixes #393] [Design] Update ViewComponent result apis to be consistent with Controller 2014-11-26 15:56:06 -08:00
ViewDataDictionaryOfTModelTest.cs
ViewDataDictionaryTest.cs Bug #1354 - ViewComponent View() fails on CoreCLR with IEnumerable<> passed in. 2014-12-16 12:19:38 -08:00
project.json