aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
Ryan Nowak 6cd277e8aa Refactor I***ModelBuilder extensibility
Combining IControllerModelBuilder and IActionModelBuilder into a pipeline
of IApplicationModelBuilders. Extensibility for framework features (Auth,
Cors, etc) should implement an IApplicationModelBuilder to add data to
models before IApplicationModelConventions have a chance to run.

Also deleting IGlobalFilterProvider while touching this code, this should
have been removed a while ago when we removed other options facades.
2015-06-07 18:07:41 -07:00
..
ActionResults
AntiXsrf
ApplicationModel Refactor I***ModelBuilder extensibility 2015-06-07 18:07:41 -07:00
Filters Updated the ResponseCacheFilter class to store a reference to the CacheProfile passed into the contructor 2015-05-29 12:28:14 -07:00
Formatters
Internal
ModelBinding Address #2526; remove use of a required validator when validating `[BindRequired]` 2015-06-05 16:56:05 -07:00
ParameterBinding Correct test expectations 2015-06-01 12:15:39 -07:00
Properties
Rendering Fix #2407 - Add back the implicit [Required] for value types 2015-05-21 17:52:25 -07:00
Routing
TestFiles
Utils
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
ConsumesAttributeTests.cs
ControllerActionDescriptorBuilderTest.cs
ControllerActionDescriptorProviderTests.cs Refactor I***ModelBuilder extensibility 2015-06-07 18:07:41 -07:00
ControllerActionInvokerTest.cs
ControllerTests.cs Added overload to ViewComponent.Json to accept JsonSerializerSettings 2015-05-14 15:45:41 -07:00
ControllerUnitTestabilityTests.cs
DefaultActionSelectorTests.cs Refactor I***ModelBuilder extensibility 2015-06-07 18:07:41 -07:00
DefaultAssemblyProviderTests.cs
DefaultControllerActivatorTest.cs
DefaultControllerFactoryTest.cs Fix #2151 - Part 4 remove [Activate] support from controllers. 2015-05-21 22:57:56 -07:00
DefaultControllerTypeProviderTest.cs
ExcludeTypeValidationFilterExtensionsTests.cs
FormatterMappingsTest.cs
HttpMethodProviderAttributesTests.cs
HttpResponseStreamWriterTest.cs
JsonResultTest.cs
KnownRouteValueConstraintTests.cs
Microsoft.AspNet.Mvc.Core.Test.xproj
MockAuthorizationOptionsAccessor.cs Refactor I***ModelBuilder extensibility 2015-06-07 18:07:41 -07:00
MockMvcOptionsAccessor.cs
MockScopedInstance.cs
MvcOptionsTests.cs
MvcRouteHandlerTests.cs
RemoteAttributeTest.cs
RequireHttpsAttributeTests.cs
Resources.resx
RouteDataActionConstraintTest.cs
RouteTemplateProviderAttributesTest.cs
ScopedInstanceTest.cs
SerializableErrorWrapperTests.cs
ServiceBasedControllerActivatorTest.cs
SessionStateTempDataProviderTest.cs
SimpleTypeExcludeFilterTest.cs
TempDataDictionaryTest.cs
TestController.cs Fix #2414 Part 2 - Add [DefaultValue(...)] support to the invoker for 2015-05-14 13:58:02 -07:00
TypeHelperTest.cs
UrlHelperTest.cs
ViewComponentTests.cs Part of #2151 - Remove [Activate] from ViewComponents 2015-05-21 22:57:45 -07:00
ViewDataDictionaryOfTModelTest.cs
ViewDataDictionaryTest.cs
ViewEngineDescriptorExtensionsTest.cs
ViewEngineDescriptorTest.cs
project.json