maliming

Results 526 comments of maliming

Thank you for your code. The `NormalizeMailAsync` is designed to override and meet your cases. We don't need to add the Gmail-relevant code to the framework.

[I have formatted the code](https://github.com/abpframework/abp/pull/19932/files). The code differences are now simpler. @ebicoglu You can review it again. Thanks.

hi @masoodkhoshgard We have decided not to add the `NormalizeMailForBase64DataAsync` to the framework. You can use it in your project. Thanks for your contribution.

> but when I use an asynchronous inline localization resource, Can you share your code?

Please share the steps to reproduce this? What's the DB provider are you using?

Please try to run `dotnet ef migrations script` command in `Acme.BookStore.EntityFrameworkCore` project. ```cs Acme.BookStore.EntityFrameworkCore % dotnet ef migrations script Build started... Build succeeded. IF OBJECT_ID(N'[__EFMigrationsHistory]') IS NULL BEGIN CREATE TABLE...

hi Can you try to override the `HandlePropertiesBeforeSave` method of `AbpDbContext`. ```cs protected virtual void HandlePropertiesBeforeSave() { var entries = ChangeTracker.Entries().ToList(); foreach (var entry in entries) { HandleExtraPropertiesOnSave(entry); if (entry.State.IsIn(EntityState.Modified,...

hi Can you share your test project?

hi @Arjan-Floorganise Can you try this? dispose the `RootServiceProvider`. ![image](https://github.com/abpframework/abp/assets/6908465/da38fc94-0f60-41bd-831f-83bb77ce1469)