Skip to content

Release v20.27.2

Choose a tag to compare

@github-actions github-actions released this 27 May 14:18
873da39

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).