Replies: 1 comment
-
Hello, Were you able to resolve this? Could you post the fix? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have upgraded the Ardalis.Specification nuget package to 6.10.0 so can use the new AddRangeAsync and UpdateRangeAsync methords. Everything is OK with the AddRangeAsync Methord. But with AddRangeAsync I met error 👍
"multitenantexception: '1 modified entities with tenant id not set.'
in the SaveChange Async()" at the line:
of the 👍
public abstract class BaseDbContext : MultiTenantIdentityDbContext<ApplicationUser, ApplicationRole, string, IdentityUserClaim, IdentityUserRole, IdentityUserLogin, ApplicationRoleClaim, IdentityUserToken>
{
...................................
}
Pls Help !!!
Beta Was this translation helpful? Give feedback.
All reactions