Since v2.17.1 I have been able to generate stored proc return models in the POCO assembly. This assembly does not have a reference to EF. However, the new version, v2.17.2, has changed the usings in the generated POCO classes - it now includes "using System.Data.Entity.Infrastructure;" and "using System.Data.Entity.Core.Objects;". The assembly won't build because it does not reference EF. Please can you restore the previous behaviour.
Thanks,
Andy