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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Fixed read model DbContext auto-registration failing on iOS NativeAOT by scanning the provided assemblies directly instead of relying on Types.Types.Instance discovery (#2255).
This regression is observed from v20.10.10, where reverted AOT safeguards exposed a DependencyContext-dependent discovery path that can return no DbContext types on iOS, causing startup resolution failures (#2255).
Also prevents silent type-loss when multiple DbContext types share the same class name in different namespaces (#2255).