I am trying to work with Entity Framework Core 1.0 and trying to utilize the .Include when filling objects through the dbcontext.
EFTestContext conte
Per this example on github here are the using's:
using Microsoft.EntityFrameworkCore; using System.Linq;