Hi @dirkvr,
Thanks for sharing your solution with us. We will fix this problem in the next version.
Hi @SRTMDEV,
Could you check this conversation?
https://stackoverflow.com/questions/75415086/unable-to-load-shared-library-libskiasharp-or-one-of-its-dependencies-on-linux
Hi @WirelessDynamics,
We don't have such a plan at the moment. But you can easily implement it yourself. https://learn.microsoft.com/en-us/dotnet/maui/data-cloud/database-sqlite?view=net-maui-8.0
If there is demand, we can add it to the roadmap.
Hi @Ricavir,
You are correct. I reproduced the problem. I'm creating an issue for it. Both values are updated even though I disabled it in my test.
https://github.com/aspnetzero/aspnet-zero-core/issues/5414
Hi @mdepouw,
I don't think these will cause a security breach. But we will check the files you reported, thank you for your feedback.
Hi @edarib,
Could you check this conversation?
https://www.reddit.com/r/Blazor/comments/1cg1lv8/using_blazor_hybrid_how_can_i_display_a_file/
Hi @WirelessDynamics,
The new version of Power Tools has not been released yet. We will release it soon.
Yes, there is code generation for Maui. It generates pages, models, and client proxies. For now, we can add simple crud operations and simple foreign entities. We want to make further developments based on incoming requests.
Hi @mdepouw,
You can upgrade your ANZ project to the latest version. It is using ABP v9.4
Hi @dirkvr,
This problem seems to be related to the migration from Newtonsoft.Json to System.Text.Json. If you upgrade your project to the latest abp version, this problem could be solved. If the problem is not resolved with this I will open an issue about it.