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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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