Hi,@Greg Frazer. Welcome to Microsoft Q&A.
Whether to allow EF to have Bulk functionality is discussed in the following link. You can refer to it:
Does EF Core support bulk-insert/update/delete? · Issue #7256 · dotnet/efcore (github.com)
In this discussion, the Bulk function will still be postponed.
The current temporary solution is still to use the three-party library mentioned above.
EFCore.BulkExtensions: https://github.com/borisdj/EFCore.BulkExtensions
EntityFramework.Extended: https://github.com/zzzprojects/EntityFramework.Extended
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.