Activities of "maliming"

Sorry but I don't quite get it, what's the point of disabling the console log output?

https://stackoverflow.com/questions/30418886/how-and-why-does-quickedit-mode-in-command-prompt-freeze-applications?answertab=votes#tab-top

You can remove the DynamicLocalizationResourceContributor.

Configure<AbpLocalizationOptions>(options =>
{
    options.GlobalContributors.Remove DynamicLocalizationResourceContributor
});

hi

You cannot call controller methods from application services in a monolithic project.

Like I said above and shared URL, you can control IRemoteStreamContent in the controller and app services.

If your app services dynamically generate the APIs, I recommend you exclude this method and implement and call the app service in a new controller.

hi

Did you output the logs to the console? if yes, You can disable it.

It's Redis server v=6.2.4 running on Ubuntu server 20.04.

Does the server's CPU/memory and network bandwidth meet your request?

You can check this https://stackexchange.github.io/StackExchange.Redis/Timeouts

hi

I'm not familiar with Oracle, you can try your solution.

https://www.google.com/search?q=oracle+entity+framework+core+execute+stored+procedure&oq=ORACLE+EF+CORE+EXEC+&aqs=chrome.1.69i57j0i22i30.5767j0j7&sourceid=chrome&ie=UTF-8

You can use IRemoteStreamContent as the controller return type.

https://github.com/abpframework/abp/blob/e3e1779de6df5d26f01cdc8e99ac9cbcb3d24d3c/framework/test/Volo.Abp.AspNetCore.Mvc.Tests/Volo/Abp/AspNetCore/Mvc/ContentFormatters/RemoteStreamContentTestController.cs#L15 https://github.com/abpframework/abp/blob/e3e1779de6df5d26f01cdc8e99ac9cbcb3d24d3c/framework/test/Volo.Abp.AspNetCore.Mvc.Tests/Volo/Abp/AspNetCore/Mvc/ContentFormatters/RemoteStreamContentTestController_Tests.cs#L14

hi

Here is file-management module code:

because the method header wont match with above methodes,

What do you mean?

Here is full example https://docs.abp.io/en/abp/5.1/Application-Services#working-with-streams

hi Please set the log level to DEBUG, then share the error logs. Thanks

hi

You can set the Layout to null of the AccountEmailTemplates.EmailConfirmationLink

public class DemoTemplateDefinitionProvider : TemplateDefinitionProvider
{
      public override void Define(ITemplateDefinitionContext context)
      {
            context.GetOrNull(AccountEmailTemplates.EmailConfirmationLink).Layout = null;
      }
}

hi

I recommend that you add the source code of the Identity module to your solution and add the IsActive property to the IdentityRole.

Showing 8521 to 8530 of 10560 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.0.0-preview. Updated on September 04, 2025, 16:11