-
Notifications
You must be signed in to change notification settings - Fork 864
Pass in DbContextOptions to /Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext #418
Comments
@divega can you please comment on this? |
@diffused could you elaborate a bit on why you would want this? To be clear currently if you use the |
I'd like to be able to do something like this:
I've been using "Microsoft.AspNet.Identity.EntityFramework": "3.0.0-beta3" |
This should work. Can you tell us what does not work? |
Closing as we think this should work with Beta4. Please reopen if it does not. |
Would like to externally override DbContextOptions when instantiating a context that uses IdentityDbContext like so:
Perhaps adding something like this to IdentityDbContext.cs?
The text was updated successfully, but these errors were encountered: