Throw error on ignored includes #8398
Labels
breaking-change
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
We currently warn when a query has an
Include
call that is ignored. We decided to change this to throw by default, with the ability to switch back to a warning. This is because the cases where people are intentionally and knowingly ignoring includes is much less common that the cases where the include should just be removed.The text was updated successfully, but these errors were encountered: