Release v17.22.12
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.