EntityFrameworkCore.Extensions
EntityFrameworkCore.Extensions copied to clipboard
Delete Behavior error when using optional enum
We are setting cascade as default delete behavior, whereas the DeleteBehavior enum defines ClientSetNull is the default for optional relationships. That is, for relationships that have nullable foreign keys.