Activities of "maliming"

hi

https://docs.abp.io/en/abp/latest/Object-Extensions https://docs.abp.io/en/abp/latest/Module-Entity-Extensions

Another problem is that if I can't add properties to RegisterDto, I need to rewrite AccountAppService instead of just the RegisterAsync method.

You can add new method and new Dto.

hi

I think this is related to culture.

hi

You can take a look this https://github.com/abpframework/abp/issues/5589#issuecomment-722084689

hi

I think Controller can't be abstract .

https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Overriding-Services#example-overriding-a-controller

hi Gary

Request finished HTTP/1.1 GET http://localhost:44382/Abp/ServiceProxyScript - - - 500 - text/plain 243.5808ms

Please check the logs of localhost:44382 application.

hi @lataing

You are right, The RegisterDto doesn't inherit ExtensibleEntityDto. I will handle it in next version.

You can create a new RegisterAsync method to temporarily solve the problem.

Volo.Abp.Account.Public.Web.Pages.Account.RegisterModel.PostInput

Please refer to https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface

hi

You can override the role's application service method to prevent it from being deleted.

https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Guide#overriding-services-components

hi

Let's discuss in Github, Thanks

https://github.com/abpframework/abp/issues/7724

hi @safi

You can't make the SAAS module to open source. It is paid Pro module.

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?

Showing 11181 to 11190 of 11517 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 December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.