aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../Internal
jacalvar 0d0aad41f5 [Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic.
* Added ControllerFeature and ControllerFeatureProvider to perform controller discovery.
* Changed controller discovery to use application parts.
* Changed ControllerActionDescriptorProvider to make use of Application parts.
* Simplified AddControllerAsServices to not accept any parameter and perform
  controller discovery through the ApplicationPartManager in the IMvcBuilder
  and IMvcCoreBuilder. Assemblies should be added to the ApplicationPartManager
  in order to discover controllers in them.
2016-04-01 09:29:37 -07:00
..
AcceptHeaderParserTest.cs
ActionConstraintCacheTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
AttributeRouteTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
AttributeRoutingTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
AuthorizationApplicationModelProviderTest.cs [Fixes #4310] Moved AuthorizeFilter and CorsAuthorizationFilter to a public namespace 2016-03-21 11:54:03 -07:00
ClientValidatorCacheTest.cs
ControllerActionDescriptorBuilderTest.cs
ControllerActionDescriptorProviderTests.cs [Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic. 2016-04-01 09:29:37 -07:00
ControllerActionExecutorTests.cs [Perf] Optimize CoerceResultToTaskAsync to remove MethodInfo.Invoke 2016-03-17 16:12:55 -07:00
ControllerActionInvokerCacheTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
ControllerActionInvokerTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
ControllerArgumentBinderTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
DefaultApplicationModelProviderTest.cs
DefaultBindingMetadataProviderTest.cs Introducing ModelBinderFactory 2016-03-29 15:45:14 -07:00
DefaultCollectionValidationStrategyTest.cs
DefaultComplexObjectValidationStrategyTest.cs
DefaultModelValidatorProviderTest.cs
DefaultObjectValidatorTests.cs
ElementalValueProviderTests.cs
ExplicitIndexCollectionValidationStrategyTest.cs
FilterProviderTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
HttpMethodActionConstraintTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
ModelBinderExtensions.cs
ObjectMethodExecutorTest.cs [Perf] Optimize CoerceResultToTaskAsync to remove MethodInfo.Invoke 2016-03-17 16:12:55 -07:00
PrefixContainerTest.cs Adding tests for PrefixContainer 2016-03-28 14:31:17 -07:00
ReferenceEqualityComparerTest.cs
ResponseCacheFilterTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
ResponseContentTypeHelperTest.cs
ShortFormDictionaryValidationStrategyTest.cs
ValidatorCacheTest.cs