Hi,
in our case it is happening creating a user from scratch and assign basic functions.We cannot reproduct it in test environment and it's happening only to this user.
I'm facing a problem with ASPNETZERO (Angular + .NET CORE). We have 100% CPU when a particular user login inside the sytem. We tried to recreate the user and after some days we faced the same problem. This user is used from different programs to collect information through API. We have hundreds of users in different tenants but only this has problems.
Hi,
do you have a standard solution for the removal of referenced key? An example:
public class UM : FullAuditedEntity, IMustHaveTenant { ... } public class Article : FullAuditedEntity, IMustHaveTenant { ... [Required] [ForeignKey("UM_Stock_Id")] public virtual UM UM_Stock { get; set; } public virtual int? UM_Stock_Id { get; set; } ... }
Now:
Thank you