-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Where did IControllerTypeProvider go in RC2? #4730
Comments
Oddly |
cc @javiercn |
@pranavkm yeah let's remove |
#4735 < PR for it |
@dotnetjunkie - I removed the type as part of 15f113d. Let me know if you have issues working with the |
@pranavkm is correct |
@pranavkm, using the example in the code base you postef at, I managed to get this working. From an API perspective the creation of a feature onject and sending it to the part manager feels a bit weird though; there might be an abstraction or extension method missing, although admittingly a request for all controller types might not be a very common use case. |
In rc1, a call to
AddMvc
ensured the registration of anIControllerTypeProvider
implementation. In rc2 however, no such registration is made and while browsing through the source code there seem to be no usage ofIControllerTypeProvider
(although the Github repository search might invalidly return not the right results).Why is no
IControllerTypeProvider
registration made and what is currently the way to request a list of controller types from MVC?The text was updated successfully, but these errors were encountered: