Activities of "liangshiwei"

Hi,

I used the project you provided, I think maybe it has something to do with your environment. Can I check it remotely?

Hi,

Ok, please send the link to my email. shiwei.liang@volosoft.com

Hi

I reproduced the problem.

You are right, ABP will automatically generate Id after entity tracking but EF Core checks for duplicate Ids and throws an exception when tracking entities.

I will try to find a way to solve the problem, for now, you need to generate ids for Children.

Hi,

I will check it.

Hi,

I used the steps you provided, there is no problem. I can't reproduce it.

Can you provide a project to me that can reproduce? shiwei.liang@volosoft.com thanks.

Answer

Hi,

You can follow this issue: https://github.com/abpframework/abp/issues/11302

Answer

Hi,

It looks like just a warn, did you get some other errors? PS: don't forget to add url option.

Hi,

I will check it

Hi,

Will this problem occur if you use EF Core directly?

Hi,

ABP can load localized resources from anywhere, you can write localized contributors from resx files。

Example:

public class MyVirtualFileLocalizationResourceContributor : VirtualFileLocalizationResourceContributorBase
{
    public MyVirtualFileLocalizationResourceContributor (string virtualPath)
        : base(virtualPath)
    {

    }

    protected override bool CanParseFile(IFileInfo file)
    {
        ....
    }

    protected override ILocalizationDictionary CreateDictionaryFromFileContent(string jsonString)
    {
        ....
    }
}

Configure<AbpLocalizationOptions>(options =>
{
    options
        .Resources
        .Add<DefaultResource>("en").Contributors.Add(new MyVirtualFileLocalizationResourceContributor(...));

});
Showing 5311 to 5320 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 December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.