bmainsteleo
bmainsteleo
I haven't tried anything other than EF Core Power Tools approach because I wasn't sure what was possible...
Mostly I would love to have all of the entities together in one place. Also, if the SP entities could use the same handlebar as the Table-based entities, that would...
@ErikEJ The steps we took were: - Created a project: Demo.Persistence, and reverse engineered with the following settings: - Entity Types Sub-namespace: "Entities" - What to generate: DbContext Only -...
@CorsairRO what settings are you using because I just tried it, and it is still putting the EF Stored Procedure Result Classes in the Db Context project for me, not...