Multi Level child upsert fails with an exception
Microsoft.Data.SqlClient.SqlException (0x80131904): The MERGE statement conflicted with the FOREIGN KEY constraint
when using EF Core bulk extension plugin.
When I try to update an entity, new child entities are not inserted.
Hope this comment contains a solution to this issue, please take a look: stackoverflow.com/questions/50130678/