Replies: 3 comments 2 replies
-
hi I'm not familiar with the fullstack hero stuff, but in general this implies that your new entities are not getting their TenantId property set. If you don't have an explicit TenantId property then it's using an implicit shadow property internally. On your dbcontext you can set an inherited proper called Give that a try and let me know. |
Beta Was this translation helpful? Give feedback.
-
Hi Andrew, Thanks for your answer! I have no problem with any other methords like Add, AddASync, AddRange, AddRangAsync, Update, UpdateAsync ... but only UpdateRange/UpdateRange Asyn so I guest this issure not in settings !!! Regards |
Beta Was this translation helpful? Give feedback.
-
Hi Andrew, I founded the Ardalis Nuget using for Repository Pattern is reason. So I have wolked around by using dbset : public class Repository : IRepository
...... |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I using the Fullstact Hero template here:
https://github.com/fullstackhero/dotnet-webapi-boilerplate
( Finbuckle 6.10.0, Ardalis.Specification 6.1.0).
in the SaveChange Async()
Please help !
Beta Was this translation helpful? Give feedback.
All reactions