Version 1.0.0
Initial release of EP Finder.
- Added UseFinderIn() extension method on DbContextOptionsBuilder to configure the assembly and root namespace for entity discovery.
- Added DbFoundContext, the EF Core DbContext that automatically discovers and registers entities annotated with [Table].
- Added automatic entity discovery via IDbSetFinder replacement, scanning the configured assembly and root namespace for classes annotated with [Table].