Entity Framework Core does not contain a definition for 'Include'

Solution 1:

Per this example on github here are the using's:

using Microsoft.EntityFrameworkCore;
using System.Linq;