Fix: FOREIGN KEY constraint failed when deleting an entity in EF Core 11
EF Core throws FOREIGN KEY constraint failed because the parent still has dependents the database refuses to orphan. Load the children, make the relationship optional, or configure OnDelete.