aspnetcore/test
Ryan Nowak 0c5a702245 Changing when controllers are created
This change moves controller creation to the stage immediately before
model binding. The controller will be disposed/released before Resource
Filters run their 'OnResourceExecuted' method. Previously the controller's
lifetime surrounded all filter invocation.

Additionally, the Controller property is now gone from ActionContext, and
is moved to the 4 filter contexts that should have access to it
Action*Context and Result*Context.
2015-01-16 20:23:39 -08:00
..
Microsoft.AspNet.Mvc.Core.Test Changing when controllers are created 2015-01-16 20:23:39 -08:00
Microsoft.AspNet.Mvc.FunctionalTests Fix for #384 - And some other changes to controller as filter 2015-01-16 19:15:59 -08:00
Microsoft.AspNet.Mvc.ModelBinding.Test
Microsoft.AspNet.Mvc.Razor.Host.Test
Microsoft.AspNet.Mvc.Razor.Test
Microsoft.AspNet.Mvc.TagHelpers.Test
Microsoft.AspNet.Mvc.Test
Microsoft.AspNet.Mvc.WebApiCompatShimTest Changing when controllers are created 2015-01-16 20:23:39 -08:00
WebSites Fix for #384 - And some other changes to controller as filter 2015-01-16 19:15:59 -08:00