Activities of "liangshiwei"

Hi,

Could you provide the full steps to reproduce? we will check it out and yes we will refund your ticket if it's a problem.

1- I don't know if this is a good practice or not, especially since it may have about 4M records! your advice plz

I don't about your user case, If it doesn't affect your business then it's okay.

2- kindly could you guide me on how I use it with application service layer?

We do not recommend that you use App Services in a background worker.

3- how i can localize and translate the background dashboard?

It's not related to ABP, some discussion here: https://github.com/HangfireIO/Hangfire/issues/881 I think hangfire supports localization, you can send pr to hangfire if there is no your culture like:https://github.com/HangfireIO/Hangfire/pull/1443

>4- is it ok to keep the default workers as the following output? if i want to minimize it how i can configure it to increase running time intervals Yes, you can.

public override void ConfigureServices(ServiceConfigurationContext context)
{
    Configure<AbpBackgroundJobWorkerOptions>(options =>
    {
        options.JobPollPeriod = 10000; //10 seconds
    });
    
    Configure<TokenCleanupOptions>(options=>
    {
        options.CleanupPeriod = xxxxx;
    });
}

Hi,

It's a problem, we will fix it.

for now, you can try:

  • Add DisplayName:Abp.Ldap.LdapPassword to your localzation files.

Configure<AbpLocalizationOptions>(options =>
{ 
    .....
    options.Resources
        .Get<IdentityResource>()
        .AddVirtualJson("/Localization/<YourProjectName>");
    ......
});

Hi,

You can just try this:

printing.cshtml

@{
   Layout = null;
}

ok, I will check it and I'm closing this question :).

Hi,

Is your problem solved? I see that question is closed.

I will check it.

May I ask, what UI are you using?

Hi,

Could you please provide the full steps to reproduce? thanks.

Hi,

You can see: https://github.com/abpframework/abp/blob/64bb41f3c893366e5be0f35eb92b987c47ff40c4/modules/identityserver/src/Volo.Abp.IdentityServer.Domain/Volo/Abp/IdentityServer/IdentityServerAutoMapperProfile.cs

We are using identity server source code instead of packages.

Because you are using the source code, you need to compare the changes from 5.2.0 to 6.0.1

Showing 4641 to 4650 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 07, 2025, 08:20