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
During upgrading to 1.4.21-beta1 we saw that IDependencyResolver.GetService<T>() is returning object. Is there a specific reason why it is not directly returning <T>?
Now we need to cast it to T before we can use the object.
During upgrading to 1.4.21-beta1 we saw that
IDependencyResolver.GetService<T>()
is returningobject
. Is there a specific reason why it is not directly returning<T>
?Now we need to cast it to
T
before we can use the object.Originally posted by @wesselkranenborg in #5070 (comment)
We should update the API to change this.
The text was updated successfully, but these errors were encountered: