Hi,
We have reproduced this problem, and will fix it soon. PS: ticket returned.
Hi,
How we reproduce the problem? can you provide steps? thanks.
Hi,
Can you share the logs?
Hi,
ABP uses Blazorise libary and it provides documentation and examples, you can check it.
https://bootstrapdemo.blazorise.com/tests/charts
https://blazorise.com/docs/extensions/chart/
We will consider it, thanks.
Hi,
Sorry, CLI does not support this feature yet, you need to add it manually.
Hi
https://github.com/abpframework/abp/pull/9760 we will fix it. and your ticket returned.
Hi,
We will check it, thanks.
Hi,
Sorry, but the PDF not helpful. I still can't reproduce the problem, can I check it remotely? shiwei.liang@volosoft.com
EFCore.BulkExtensions only work for Microsoft Sql and SQLLite, i use PostgreSQL.
You can use commercial ef core extension: https://entityframework-extensions.net/bulk-insert, this is actually not related to ABP but EF Core.
but why InsertManyAsync is not working
This is no magic, InsertManyAsync just use the native API of EF Core, you will also get the problem without ABP : ) .