Open
Description
openedon Jul 5, 2020
Currently, when setting DeleteBehavior.Cascade or SetNull, EF Core generates cascading statements for any tracked dependents. This isn't harmful, but is unnecessary since the behavior is already performed by the database.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment