Activities of "maliming"

hi

You can create a class to wrap Queue. : )

hi

We don't know the Golang. Sorry.

Task was cancelled

Please set the log level to Debug and share the request logs. Thanks

liming.ma@volosoft.com

public class Program
{
    public async static Task<int> Main(string[] args)
    {
        Log.Logger = new LoggerConfiguration()
            .MinimumLevel.Debug()
            .Enrich.FromLogContext()
            .WriteTo.Async(c => c.File("Logs/logs.txt"))
            .WriteTo.Async(c => c.Console())
            .CreateLogger();

hi

try to use CacheName on your cache item class.

using Volo.Abp.Caching;

namespace MyProject
{
    [CacheName("Books")]
    public class BookCacheItem
    {
        public string Name { get; set; }

        public float Price { get; set; }
    }
}

你先分享一下内部服务器错误的日志.

hi

Could you help me to review DruidAIBlazorModule, did I make any wrong?

Please find a way to reproduce in a new project.

I haven't understood your JWT design yet.

Thanks.

hi

You can override the PermissionManagementModal by https://github.com/abpframework/abp/pull/18681/files

ABP CLI 和 SUITE的版本是? 错误日志是?

hi @ninomartini

Now that the logic has changed, the settings must be defined before they can be used. If you have special requirements, you can override the default setting services

hi @ninomartini

I will confirm this; thanks for your feedback.

hi

Im getting the above exception when i call this api from APP,

Can you share the call code ?

Showing 5731 to 5740 of 11531 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.