I\'m currently completely unable to call .Include() and intellisense (in vscode) doesn\'t seem to think it exists.
Now after a long time searching the web I\'ve found th
If you end up here, a user of EF 6 or below and happen to miss that OP actually mentioned this like I did, you want to add
using System.Data.Entity;
to your class.