aspnetcore/test/Microsoft.AspNet.Mvc.WebApi...
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
..
ActionResults [Fixes #1791]Remove XML formatter from defaults 2015-01-15 15:46:49 -08:00
HttpRequestMessage Handle PipelineCore rename. 2015-01-15 15:25:17 -08:00
Mocks
TestUtils Correct StyleCop violations 2015-01-06 16:23:57 -08:00
ApiControllerActionDiscoveryTest.cs Remove ParameterModel.IsOptional 2015-01-06 15:22:13 -08:00
ApiControllerTest.cs Handle PipelineCore rename. 2015-01-15 15:25:17 -08:00
DefaultContentNegotiatorTest.cs
FormDataCollectionExtensionsTest.cs
HttpErrorTest.cs
HttpResponseExceptionActionFilterTest.cs Changing when controllers are created 2015-01-16 20:23:39 -08:00
HttpResponseExceptionTest.cs
HttpResponseMessageOutputFormatterTests.cs Handle PipelineCore rename. 2015-01-15 15:25:17 -08:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest.kproj
OverloadActionConstraintTest.cs Handle PipelineCore rename. 2015-01-15 15:25:17 -08:00
project.json Update Mvc to use official xunit runner 2014-12-17 11:27:07 -08:00