dotnet/efcore

Enable optional relationships when using entity splitting

bdebaere opened this issue · 1 comments

Currently in my company we have to create CRUD stored procedures to be able to work with our entities in Entity Framework 6. We would like to step away from this approach when moving to Entity Framework Core.

Please implement entity splitting with optional relations.

Thank you.

Duplicate of #620. Added a note there to consider optional relationships.