Arthur Vickers
Arthur Vickers
@nickverschueren I am re-purposing this issue into a feature for cascade updates that would behave similar to cascade deletes in that it would allow the states of owned child entites...
@FrederickBrier This issue is about cascade updates in the database. EF Core does not support this yet, which is why this issue is in the Backlog milestone. In general, as...
@piskov Please keep in mind that both reverse engineering from an existing database to an EF model and creating a database from an EF model are lossy operations. This is...
@Sjlver You should be able to put the call to `sp_executesql` in the raw SQL that you are including in the migration. Is there some reason why this does not...
@Felix-Dev We're still working out the details here. See https://github.com/dotnet/efcore/issues/19978#issuecomment-589864423 for a longer discussion.
@xKloc Starting with preview2, if there are both parameterized and empty constructors, then EF will choose the empty one. See #10852
@AndriySvyryd Not sure it would be easy to do this with the API surface we have now. But it's a nice idea--maybe I'll add it as one of the built-in...
@AndriySvyryd @thomasdc Filed #20203
@smitpatel @AndriySvyryd What is the correct way to define this as a required dependent? If I do so, will this then update the nested owned type rows even if an...
@smitpatel Those were some of the questions I had around this. Below is some repro code. Even with the navigation marked as required, the update still does not happen when...