Thank you for your supports. Regards.
Hi,
Thank you for refunding my ticket.
How can I be notified when the problem is solved?
Thank you for your support. If there is anything I can help you with, just let me know.
Dear Engincan
I upgraded ABP suite version to v9.1.0. The same problems still exist.
Hello.
I referenced the link https://abp.io/docs/commercial/latest/abp-suite/customizing-the-generated-code and made a few attempts. But I am having the problem I explain below.
I defined an entity named “CacheMessages”. When I add a new column to this entity (when migration happens in ABP Suite), the codes I wrote in the 'MyProject.Blazor/Pages/CacheMessages.Extended.razor.cs' file are automatically deleted.
Before save and generate: public partial class CacheMessages { my custom codes... }
After save and generate (in ABP Suite): public partial class CacheMessages {
}
At the same time, I may need to customize the methods in MyProject.Blazor/Pages/CacheMessages.razor.cs created by ABP by default (for example, adding a new button inside the SetToolbarItemsAsync method, etc.). How should I use MyProject.Blazor/Pages/CacheMessages.extended.razor.cs to prevent this? Can you help me with this issue?