Arthur Vickers

Results 1127 comments of Arthur Vickers

Reopening as the original repro posted above does in fact reproduce the issue. That is, that changes in Z are not detected: ``` Tbl {Id: 1} Unchanged Id: 1 PK...

I can repro list and it looks most likely to be in change tracking or in the interaction of the update pipeline and change tracking. Self assigning. Still fails in...

@andre-f-paggi Please file a new issue and include a runnable project/solution or complete code listing that demonstrates the behavior you are seeing.

@chris-stormideas We understand what this issue is about--i.e. inheritance mapping into a shared table is not supported. The feature is currently on the backlog, and not considered very high priority....

@AndriySvyryd Thoughts on polymorphic owned collections?

@silarmani Thanks for reporting this and also issues #10180 and #10182. There are some situations where EF currently uses more than just the key information for deletes. How much we...

Notes from triage: we should delete owned types automatically in this case, but not types that are sharing the same table but without ownership. The reason for this is that...

@AndiHahn This issue is in the Backlog milestone. This means that it is not planned for the next release (EF Core 7.0). We will [re-assess the backlog](https://docs.microsoft.com/ef/core/what-is-new/release-planning) following the this...

@ComptonAlvaro I don't think it's currently possible to do what you are asking.

@nickverschueren We will discuss this, but a quick question: why does the code call Attach first and then change the state instead of calling Add?