Activities of "maliming"

hi Mohammad

Please create a new question, Thanks

hi

There are self-referencing properties in the JToken class, which can cause infinite recursion in some cases.

I suggest you create a new class instead of using it in input and output DTO.

hi

I guess the JToken cause the problem.

You can create another class and convert the Item to yours.

https://github.com/chargebee/chargebee-dotnet/blob/master/ChargeBee/Models/Item.cs#L156

hi

Can you share the code of Item?

https://github.com/abpframework/abp/pull/9750

  1. Use virtual in SeedAsync method.
[UnitOfWork]
public virtual async Task SeedAsync(DataSeedContext context)
  1. Pass the eventData.Entity.TenantId to create new role
var newRole = new IdentityRole(guidGenerator.Create(), RolesDemoConstants.SelfServiceTenantClientRole, eventData.Entity.TenantId) { IsPublic = true, IsStatic = true };

You should also change all DbProperties

See https://github.com/abpframework/abp/issues/1387#issuecomment-506645119

Yes, The issue is fixed.

You're welcome, we will continue to improve the documentation.

Showing 9511 to 9520 of 10674 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 16, 2025, 10:35