aspnetcore/test/Microsoft.AspNet.Mvc.Core.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
..
ActionResults [Fixes #2545] RedirectToRouteResult doesn't use RouteName property when calculating destination URL 2015-05-13 12:35:25 -07:00
AntiXsrf React to Http namespace changes. 2015-05-07 15:19:10 -07:00
ApplicationModel React to security API changes 2015-05-12 15:12:06 -07:00
Filters AuthorizeFilter should always set default identity 2015-05-13 16:39:35 -07:00
Formatters Fix #2330 - Reimagine *FormatterContext 2015-05-12 11:05:56 -07:00
Internal React to Http namespace changes. 2015-05-07 15:19:10 -07:00
ModelBinding Fix #1579 - Bind top-level collections as an empty collection 2015-05-21 22:46:04 -07:00
ParameterBinding Restoring modelvalidation node. 2015-05-14 18:38:26 -07:00
Properties Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Rendering Fix #2407 - Add back the implicit [Required] for value types 2015-05-21 17:52:25 -07:00
Routing React to Http namespace changes. 2015-05-07 15:19:10 -07:00
TestFiles Use strongly typed MediaTypeHeaderValue for content type in action results. 2015-05-04 14:06:58 -07:00
Utils Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ViewComponents Part of #2151 - Remove [Activate] from ViewComponents 2015-05-21 22:57:45 -07:00
ActionExecutorTests.cs Fix #2414 Part 2 - Add [DefaultValue(...)] support to the invoker for 2015-05-14 13:58:02 -07:00
BindAttributeTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
ConsumesAttributeTests.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
ControllerActionDescriptorBuilderTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ControllerActionDescriptorProviderTests.cs Part 1 of fix for #2248 - Ambiguity when inheriting attribute routes 2015-05-08 17:05:45 -07:00
ControllerActionInvokerTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
ControllerTests.cs Added overload to ViewComponent.Json to accept JsonSerializerSettings 2015-05-14 15:45:41 -07:00
ControllerUnitTestabilityTests.cs [Fixes #2506] Added overload to Controller.Json to accept JsonSerializerSettings 2015-05-11 12:36:45 -07:00
DefaultActionSelectorTests.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
DefaultAssemblyProviderTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
DefaultControllerActivatorTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
DefaultControllerFactoryTest.cs Fix #2151 - Part 4 remove [Activate] support from controllers. 2015-05-21 22:57:56 -07:00
DefaultControllerTypeProviderTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ExcludeTypeValidationFilterExtensionsTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FormatterMappingsTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
HttpMethodProviderAttributesTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
HttpResponseStreamWriterTest.cs Custom stream writer which avoids writing the BOM and does not flush or close the stream. 2015-05-11 13:27:05 -07:00
JsonResultTest.cs Custom stream writer which avoids writing the BOM and does not flush or close the stream. 2015-05-11 13:27:05 -07:00
KnownRouteValueConstraintTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Microsoft.AspNet.Mvc.Core.Test.xproj
MockMvcOptionsAccessor.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
MockScopedInstance.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
MvcOptionsTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
MvcRouteHandlerTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RemoteAttributeTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
RequireHttpsAttributeTests.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
Resources.resx
RouteDataActionConstraintTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RouteTemplateProviderAttributesTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ScopedInstanceTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
SerializableErrorWrapperTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ServiceBasedControllerActivatorTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
SessionStateTempDataProviderTest.cs fix #2535: Timezone test failure in Microsoft.AspNet.Mvc.Core.Tests 2015-05-13 10:06:26 -07:00
SimpleTypeExcludeFilterTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TempDataDictionaryTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TestController.cs Fix #2414 Part 2 - Add [DefaultValue(...)] support to the invoker for 2015-05-14 13:58:02 -07:00
TestGlobalFilterProvider.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TypeHelperTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
UrlHelperTest.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
ViewComponentTests.cs Part of #2151 - Remove [Activate] from ViewComponents 2015-05-21 22:57:45 -07:00
ViewDataDictionaryOfTModelTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ViewDataDictionaryTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ViewEngineDescriptorExtensionsTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ViewEngineDescriptorTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
project.json