Activities of "liangshiwei"

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.

Hi,

The permissions will be cached about 10s, you can change the cache time if you want.

Hi,

You should not change the migration file.

ABP uses the standard EF Core API, and the migration file is generated by the oracle driver. unfortunately, we can't do anything

Showing 4361 to 4370 of 6693 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.1.0-preview. Updated on November 07, 2025, 08:20