Ankit Srivastava

Results 3 comments of Ankit Srivastava

@smitpatel Models: ``` public partial interface IUserSiteAccess { bool IsActive { get; } long? SiteConfigId { get; } long? UserId { get; } long CreatedById { get; } } public...

> Any update on this guys? I get this same problem in EFCore version 7.0.2. > > @ankitmatrix08 did this exception go away? What did you do without havng to...