Attaching an entity with a mix of existing and new entities in its graph (Entity Framework Core 1.1.0)
问题 I have encountered an issue when attaching entities holding reference properties to existing entities (I call existing entity an entity that already exists in the database, and has its PK properly set). The issue is when using Entity Framework Core 1.1.0. This is something that was working perfectly with Entity Framework 7 (the initial name of Entity Framework Core). I haven't tried it neither with EF6 nor with EF Core 1.0.0. I wonder if this is a regression, or a change of behaviour made on