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 171 to 180 of 5643 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30