If Elements.UnitOfWork is omitted from ElementsToGenerate, the generated context class still implements the interface, despite the interface not actually being generated.
I temporarily fixed this around line 190 in EF.Reverse.POCO.ttinclude by adding an if (ElementsToGenerate.HasFlag(Elements.UnitOfWork)) wrapper around the interface inclusion.
I temporarily fixed this around line 190 in EF.Reverse.POCO.ttinclude by adding an if (ElementsToGenerate.HasFlag(Elements.UnitOfWork)) wrapper around the interface inclusion.