Activities of "maliming"

hi

You can create a DbContext in the unit test to change DecimalProperty.

The Decimal type provides a high level of precision. If you don't need that level of precision, however, we recommend using double instead. You can use a value converter to continue using decimal in your classes.

modelBuilder.Entity<MyEntity>()
    .Property(e => e.DecimalProperty)
    .HasConversion<double>();****

https://docs.microsoft.com/en-us/ef/core/providers/sqlite/limitations#query-limitations


For GroupByShaperExpression

Can you share the query code?

hi

I think you can override the HeaderViewComponent

hi

You can check this document https://github.com/abpio/abp-commercial-docs/blob/dev/en/modules/account/ldap.md

We also have a console app to test configuration of LADP.

hi don.potts

We have provide a microservice template now. but not eShopOnContainers

https://docs.abp.io/en/commercial/latest/startup-templates/microservice/index

Maybe we will create an example related to eShopOnContainers in the future.

hi

There is no way to check the username and password without a tenant or host.

Especially tenants and host use different databases.

hi

Maybe {UrlEncoder.Default.Encode(confirmationToken)} cause the problem. I'm not sure. If you find the way to reproduce this I can check it.

var confirmationToken = await UserManager.GenerateEmailConfirmationTokenAsync(user);
var link = "confirmationToken={UrlEncoder.Default.Encode(confirmationToken)}";

eg:

CfDJ8CMMAZi/KQ1PgRA2b3w2rbDriFgwCA0wWE3hlavTdl0R9qyQBNNkYqXhgiT/buELozMq47EMr8/7SFsh293golGHO9V2ax96a3Gldwg+LRg03kxeQlqo5wd9v/DHQNq1Zb0R41m5Im5FSKz2mVltar3gnFwrE2bNK7/xmAdKxYksOSK59sQVPPQxPb7QZt/WGSIuuWUy/oPya+EuVzJZXBDuz9nJCQye2iA5cZad5hEHvaSCr3UQIzu3d1/kcn5zOg==

hi

Please check this pr https://github.com/abpframework/abp/pull/4857/files

hi fallas

You can try to override the default language texts.

https://docs.abp.io/en/abp/latest/Localization#inherit-from-other-resources

hi jhan

If you can provide simple steps to reproduce the problem, I can check it further.

hi toan.nguyen

We will release it in 4.3 Please refer to this before that: https://github.com/abpframework/abp/pull/7716

Showing 10731 to 10740 of 11058 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 October 30, 2025, 06:33