aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ApplicationModel
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
..
ActionApplicationModelConventionTest.cs
ActionModelTest.cs React to security API changes 2015-05-12 15:12:06 -07:00
AttributeRouteModelTests.cs
ControllerApplicationModelConventionTest.cs
ControllerModelTest.cs React to security API changes 2015-05-12 15:12:06 -07:00
DefaultApplicationModelProviderTest.cs Refactor I***ModelBuilder extensibility 2015-06-07 18:07:41 -07:00
ParameterModelTest.cs
PropertyModelTest.cs