Activities of "liangshiwei"

I can't reproduce the problem.

You can remove all databases&cache and re-create to try again.

1

2

You can try replace UseAbpSwaggerUI with UseSwaggerUI

404 not found

Did you update the gateway ocelot.json file?

Hi,

You can try this:

ObjectExtensionManager.Instance
    .MapEfCoreProperty<IdentityUser, int>(
        "Xyz",
        (entityBuilder, propertyBuilder) =>
        {
            entityBuilder.HasIndex("Xyz").IsUnique();
    
            propertyBuilder.ValueGeneratedOnAdd();
            propertyBuilder.Metadata.SetAfterSaveBehavior(PropertySaveBehavior.Ignore);
        }
    );

Hi,

I can't reproduce the problem.

Hi,

We will fix it. thanks.

Hi,

Sorry, but can you explant it in detail? Thanks.

I need to know which project dependencies (Domain, Domain.Shared, etc...) would be necessary with "DEPENDSON" attributes in EntityFrameworkCore/DBMigrator to seed the tables outside of the standard template.

Dbmigrator is the smallest seeding program, you can refer to it.

column p.TenantId does not exist

Can you try adding and applying the migration?

Run the dotnet ef migrations add xxx and dotnet ef database update on the ProductService.EntityFrameworkCore folder.

column p.TenantId does not exist

Can you try adding and applying the migration?

Run the dotnet ef migrations add xxx and dotnet ef database update on the ProductService.EntityFrameworkCore folder.

Hi,

The gateway and product service.

Showing 3811 to 3820 of 6693 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 04, 2025, 06:41