N.EntityFrameworkCore.Extensions
N.EntityFrameworkCore.Extensions copied to clipboard
Existing Guid based ID columns do not work...
Describe the bug Create a class with a Guid ID that is pre-loaded... it can not be bulk inserted...
To Reproduce Steps to reproduce the behavior:
- Clone BulkInsert.With_Complex_Key
- Create class ProductWithExistingGuidKey with an ID field (initialized in Constructor to new Guid)
Expected behavior Items are bulk inserted.
Screenshots
Desktop (please complete the following information):
- OS: Windo2w 11.
- N/A
- Fresh clone of repository a few hours ago.
Additional context Add any other context about the problem here.