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
Mirrors the closed-generic DecoratorTests case: an open-generic decorator
whose constructor takes a more-derived service dependency
(IDecoratedService<T>) than the decorated service (IService<T>) must
resolve that dependency from the container rather than receiving the
decorated instance. Fails with InvalidCastException against the pre-fix
middleware.
0 commit comments