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
{{ message }}
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.
The Identity stores we offer out of the box are for EF Core, and EF Core will not support stored procedure mapping in the initial release (we use the following issue to track the feature in our backlog: dotnet/efcore#245).
In the meanwhile it should be possible to produce your own Identity store implementations (i.e. UserStore and RoleStore) that use stored procedures for persistence based on some other means.
There is no option to map Idenetiy to stored procedures. I cannot run my code without it and don't know how to do a workaround.
In MVC 5 I simply added:
modelBuilder.Entity().MapToStoredProcedures();
overriding onmodelcreating in my Identity model but I can't seem to do that now.
Anyone help?
The text was updated successfully, but these errors were encountered: