Activities of "liangshiwei"

Hi,

You just need to inject the service in the job

could you give more detail. thanks.

Because the remote service actually is the application layer, The domain layer should not reference the application layer.

Better to use repositories instead of remote services in domain services, but it's a new topic.

I think the main problem has been solved, so I close this.

Hi,

It's released.

Hi,

shiwei.liang@volosoft.com

Can you share the error logs? (each service and authserver)

It looks like not related to ABP, I couldn't reproduce the problem.

You can try to create a new project and copycat the NuGet.Config to your project.

What's your ABP version?

ok

Hi,

Sorry for the misunderstanding.

You can try this:

foreach (var property in builder.Model.GetEntityTypes().SelectMany(e => e.GetProperties()).Where(p => p.ClrType == typeof(string)))
{
    property.SetIsUnicode(false);
}

foreach (var property in builder.Model.GetEntityTypes().SelectMany(e => e.GetProperties()).Where(p => p.ClrType == typeof(ExtraPropertyDictionary)))
{
    property.SetIsUnicode(false);
}

Hi.,

Sorry, the code I was provided was only used to OIDC and it should not be used in production.

I think the better way is use a valid certificate, you can check the Microsoft document,It details how to do: https://learn.microsoft.com/en-us/aspnet/core/security/docker-compose-https?view=aspnetcore-7.0

Hi,

I'm not to say it can't used.

My main question is why output generated by Devart differs from the standard one

I think you can ask Devart, it has nothing to do with ABP.

Showing 71 to 80 of 2428 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13