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)
What's your ABP version?
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.