N.EntityFrameworkCore.Extensions icon indicating copy to clipboard operation
N.EntityFrameworkCore.Extensions copied to clipboard

Existing Guid based ID columns do not work...

Open davidcorbin-atmosera opened this issue 8 months ago • 2 comments

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:

  1. Clone BulkInsert.With_Complex_Key
  2. Create class ProductWithExistingGuidKey with an ID field (initialized in Constructor to new Guid)

Expected behavior Items are bulk inserted.

Screenshots image

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.

davidcorbin-atmosera avatar Jun 19 '24 11:06 davidcorbin-atmosera