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. |
||
|---|---|---|
| .. | ||
| ActionApplicationModelConventionTest.cs | ||
| ActionModelTest.cs | ||
| AttributeRouteModelTests.cs | ||
| ControllerApplicationModelConventionTest.cs | ||
| ControllerModelTest.cs | ||
| DefaultApplicationModelProviderTest.cs | ||
| ParameterModelTest.cs | ||
| PropertyModelTest.cs | ||