You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add overload for AddPostgresDbContext with impl type
Added a new AddPostgresDbContext<TContext, TImplementation> overload to ServiceCollectionExtensions.cs. This allows registration of a DbContext with separate interface and implementation types, supports configuration via PostgresOptionsBuilder and DbContextOptionsBuilder, and can add a design-time DbContext factory for the implementation type. Includes XML documentation and usage example.
0 commit comments