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
Fix implicitScope for the case when implicit scopes cannot be cached
This fixes#347.
When Config.cacheImplicitScopes == false or an implicit scope is
requested for a type for which it cannot be cached, this change
causes the same computation to be applied as if the scope were
looked up in the implicit scope cache and not found.
0 commit comments