aspnetcore/test
Ryan Nowak 144c1d3cf4 Fix #2151 - Part 4 remove [Activate] support from controllers.
This change completely removes [Activate]. In a controller, you should
constructor injection or [FromServices] to access services.

To access context items (ActionContext, ActionBindingContext, root
ViewDataDictionary) you should use the respected attribute class.

We'd like to consider streamlining this further in the future by getting
down to a single injectable context for controllers, but for now this will
have to do.
2015-05-21 22:57:56 -07:00
..
Microsoft.AspNet.JsonPatch.Test
Microsoft.AspNet.Mvc.Abstractions.Test Fixes #2464 - Does not add extra skipped entries for model bound from services. 2015-05-15 12:27:43 -07:00
Microsoft.AspNet.Mvc.ApiExplorer.Test
Microsoft.AspNet.Mvc.Common.Test Removing superfluous types and methods from Common. 2015-05-09 08:04:28 -07:00
Microsoft.AspNet.Mvc.Core.Test Fix #2151 - Part 4 remove [Activate] support from controllers. 2015-05-21 22:57:56 -07:00
Microsoft.AspNet.Mvc.FunctionalTests Fix #2151 - Part 4 remove [Activate] support from controllers. 2015-05-21 22:57:56 -07:00
Microsoft.AspNet.Mvc.IntegrationTests Fix #1579 - Bind top-level collections as an empty collection 2015-05-21 22:46:04 -07:00
Microsoft.AspNet.Mvc.Razor.Host.Test Fix #2582 - Remove @inject dependency on [Activate] 2015-05-21 22:57:39 -07:00
Microsoft.AspNet.Mvc.Razor.Test Part of #2151 - Remove [Activate] from TagHelpers 2015-05-21 22:57:51 -07:00
Microsoft.AspNet.Mvc.TagHelpers.Test Part of #2151 - Remove [Activate] from TagHelpers 2015-05-21 22:57:51 -07:00
Microsoft.AspNet.Mvc.Test React to aspnet/Configuration #195,#198 and fix few minor build break issues 2015-05-20 20:01:23 -07:00
Microsoft.AspNet.Mvc.TestCommon
Microsoft.AspNet.Mvc.WebApiCompatShimTest Fix #2330 - Reimagine *FormatterContext 2015-05-12 11:05:56 -07:00
Microsoft.AspNet.Mvc.Xml.Test [Fixes #2541] Use custom stream writer for Xml output formatters 2015-05-15 12:12:11 -07:00
WebSites Fix #2151 - Part 4 remove [Activate] support from controllers. 2015-05-21 22:57:56 -07:00