Arthur Vickers
Arthur Vickers
@gbjbaanb Agreed that it would be good to document what EF does when it creates the database. For now, call `Migrate` or `EnsureCreated` with logging on to see what commands...
@gbjbaanb Note that these are not things that EF is setting explicitly. This is just part of the way SqlClient sends commands to the database, which is below the EF...
@andriysavin The issue here is that owned types cannot be configured using a call the top level .Entity method. This was supposed to throw in 2.1, but that change was...
Re-opening to discuss in triage.
Triage: moving this to the backlog as a feature request to pass related entity instances to the constructor of a parent instance, which is most useful for aggregates. See also...
@bicatu What is the specific problem for which are you looking for an alternative solution? This issue is in the Backlog milestone. This means that it is not going to...
@bicatu The only alternative solution that EF currently supports is to create a constructor that doesn't take `B` and then allow EF to set `B` after creation. The setter for...
@ErroneousFatality As in all software development, we have limited resources and have to make hard decisions about what to prioritize. Make sure to vote (👍) for this issue if it...
This issue is in the Backlog milestone. This means that it is not planned for the next release (EF Core 8.0). We will [re-assess the backlog](https://docs.microsoft.com/ef/core/what-is-new/release-planning) following the this release...
@roji @AndriySvyryd Is there a placeholder page we can point this to for now?