Boris Djurdjevic

Results 267 comments of Boris Djurdjevic

Yes, that's right.

_IncludeGraph_ feature does not support all complex entity structures. Try using the Bulk methods for each Set directly. Otherwise if it is just several simple child-related entities write entire code...

Can you add entire code snipped for this, including entity model, or maybe write a Test for the issue.

How do you have configured identity, because regular EF insert (DB is empty prior to insert) when setting custom PK value throws: > SqlException: Cannot insert explicit value for identity...

Can you also add a definition of base class : Entity And even better could you write a test for this example.

I have copied all files from your project into the source of the library, but getting: `Column, parameter, or variable #5: Cannot specify a column width on data type real.`...

It can be added into EFCoreBulkTestAtypical.cs

So are using this with Postres or with SqlServer when having the exception? Also if you can strip the example into minimal component that would still reproduce the issue. Currently...