Activities of "liangshiwei"

Hi,

may I ask is the Redis Server available?

Hi,

you can check ABP how do use it. https://github.com/abpframework/abp/blob/dev/modules/audit-logging/src/Volo.Abp.AuditLogging.EntityFrameworkCore/Volo/Abp/AuditLogging/EntityFrameworkCore/EfCoreAuditLogRepository.cs#L235

Answer

The CLI expects the DTOs namespace to start with or be consistent with the application service's namespace.

xxx.IdentityService.Controllers xxx.IdentityService.Interfaces.Services xxx.IdentityService.Dtos

change them to :

xxx.IdentityService.Services xxx.IdentityService.Services xxx.IdentityService.Services.Dtos

Answer

please share the <YourServiceUrl>/api/abp/api-definition?IncludeTypes=true result with me

my email is shiwei.liang@volosoft.com

EntityChangeWithUsername is not an entity, just a class

Answer

Does it mean that I have to have DTOs models not in Contracts layer?

no, just the namespace.

Hi,

you can try this

...
var handler = new NSUrlSessionHandler
{
    UseCookies = false,
    TrustOverrideForUrl = (sender, url, trust) => true
};
...

and remove #if DEBUG

if it's work, then it's a certificate issue

Answer

Hi,

The CLI expects the DTOs namespace to start with or be consistent with the application service's namespace.

you can check your dto and service namespace

For example:

namespace MyService.Services

....

namespace MyService.Services.Dtos

Hi,

Seems like you are using the open-source template.

This feature is a port of the abp account pro module.

you can try removing the account module and installing the account pro module to use this feature.

Answer

Hi,

can you share the generate-proxy command output log?

Showing 1221 to 1230 of 6693 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
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 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.