EFCore.Extensions
EFCore.Extensions copied to clipboard
Extension methods to make working with EF Core easier.
Hello Steve, this pull request will solve that, fortunately. #1
When using the extension method to find configuration files, this error occurs: ``` [16:22:36 INF] Seeding Database...catalogContext [16:22:36 ERR] The entity type 'ImageBanner' requires a primary key to be defined....
If you want to force the dbContext to make a new db call instead of relying on its identity map, you can do so with this approach: ``` dbContext.ChangeTracker.QueryTrackingBehavior =...