Activities of "maliming"

hi

The framework will register all IDistributedCache as Singleton. You dont need to register it again.

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Caching/Volo/Abp/Caching/AbpCachingModule.cs#L25-L26

Memory cache cannot cross project/application process. Multiple projects should consider using a distributed cache (Redis).

I can't determine the problem from the information you provided. It would be better to have a simple project to reproduce the problem.

Thanks.

Answer

hi

Please check the Windows Event Viewer.

I think this is still because the IIS is recycled.

Answer

hi

https://learn.microsoft.com/en-us/answers/questions/916124/why-does-build-stop-application-pool-(net-core-6-0

You need to intergate the autofac.

I tested BookStore.Avalonia.Desktop and shared the source code with you.

hi

Can you share a URL to reproduce this?

liming.ma@volosoft.com

Thanks

hi

I will check your project.

hi

Can you share a simple project to reproduce the above problem?

Thanks

liming.ma@volosoft.com

hi

Have you seen this?

https://docs.abp.io/en/commercial/latest/themes/lepton-x/mvc#general-settings

hi

You can filter it by logger.

https://github.com/serilog/serilog-expressions?tab=readme-ov-file#filtering-example

var loggerConfiguration = new LoggerConfiguration()
    .MinimumLevel.Debug()
    .Filter.ByExcluding(logEvent =>
    {
        //check the exception

        return false or true;
    })
    .WriteTo.Console();

hi

Can you add these claims to access_token?

ABP will get these values from claims of access_token

Showing 5671 to 5680 of 11539 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.