You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sebastienros Unless what you meant is that I should revert the change so that we can keep the ControllerBase as clean as possible? It just feels wrong to me to need to inherit from Controller on an ApiController. And I was not really into creating another inheritance on top of ControllerBase just for this.
ControllerTypeExtensions ControllerName should look for ControllerBase type instead of Controller.
OrchardCore/src/OrchardCore/OrchardCore.Mvc.Core/Utilities/ControllerTypeExtensions.cs
Lines 10 to 13 in a95a876
ApiController should also inherit from ControllerBase instead of Controller.
The text was updated successfully, but these errors were encountered: