-
-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ
EP Finder automatically finds and registers your EF Core entities so you don't have to declare each one manually in your DbContext.
No. EP Finder does not replace EF Core, it extends it. EP Finder only handles entity discovery; EF Core continues to manage everything else.
No. EP Finder only discovers entities configured via Data Attributes ([Table]). Fluent API is not supported and there are no plans to support it.
EP Finder supports EF Core 8.0 and later.
Yes. EP Finder is provider-agnostic, it works with any EF Core provider such as SQL Server, PostgreSQL, SQLite, and others.
Yes. EF Core discovers DbFoundContext at design time through DI and uses it to generate migrations automatically. No additional design time class is required.
They will not be discovered by EP Finder. Only classes annotated with [Table] are registered as model entities.
No. UseFinderIn() accepts a single assembly name. All entities must be in the same assembly.
Copyright © .ORG Projects. All rights reserved. Licensed under MS-PL