Closed
Description
Consider to add options.Conventions.Controller(Type controllerType)
method for ApiVersionConventionBuilder
. Thus, we can define conventions for controllers where we can only resolve their type on runtime.
Surely, we can use reflection (I will do it now), but such an option would be better.