Skip to content

Release v17.22.12

Choose a tag to compare

@github-actions github-actions released this 06 Nov 09:29
cf8776c

Added

  • Added a new general attribute [IgnoreAutoRegistration] that will be used in different systems for not automatically registering artifacts. First out is Entity Framework DbContext support for the automatic hookup of DbContexts - it will then skip anyone marked with this.

Fixed

  • Fixing auto registering of Entity Framework DbContexts to not include non-public ones.