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
If I have a non-generic interface that's implemented using a parameterized type, when I attempt to resolve it an exception will be thrown stating that the container doesn't have enough information to determine what to construct (expected). However, if I add a IGenericImplementationMatchingStrategy that provides the parameter type, then an Invalid Operation exception will be thrown when calling Type.GetGenericTypeDefinition() from within DefaultGenericHandler.AdaptServices().
The text was updated successfully, but these errors were encountered:
If I have a non-generic interface that's implemented using a parameterized type, when I attempt to resolve it an exception will be thrown stating that the container doesn't have enough information to determine what to construct (expected). However, if I add a IGenericImplementationMatchingStrategy that provides the parameter type, then an Invalid Operation exception will be thrown when calling Type.GetGenericTypeDefinition() from within DefaultGenericHandler.AdaptServices().
The text was updated successfully, but these errors were encountered: