Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
I want to allow configuring SqlServerDbContextOptions when calling AddSqlServerDbContext.
Describe the solution you'd like
Add optional parameter Action<SqlServerDbContextOptionsBuilder>? sqlServerOptionsAction = null
Additional context
No response