Skip to content

Release v17.23.2

Choose a tag to compare

@github-actions github-actions released this 19 Nov 07:37
d6ddfee

Fixed

  • Putting in automatic eager loading of all entities in a ReadModelDbContext. This was the intention when introducing this, but was overlooked. This behavior can be overridden by overriding the virtual propery IsEagerLoadingEnabled for any descendants and just return false.