Capgemini / powerapps-project-template

A Yeoman generator for scaffolding Power Apps projects based on our tooling and best practices.
MIT License
20 stars 6 forks source link

Early bound Entities.cs is not generated in the right place #37

Open jzengcap opened 3 years ago

jzengcap commented 3 years ago

The early bound Entities.cs generated when running spkl is not placed in the right place.

image

tdashworth commented 3 years ago

Can I confirm you ran the "Generate early-bound Model" task?

image

jzengcap commented 3 years ago

@tdashworth Yes, I ran the "Generate early-bound Model" task in vscode as above.

tdashworth commented 3 years ago

@ewingjm should early-bound types be generated for a solution (say in PluginAssemblies/{Client}.{Project}/Model/{Project}Context.generated.cs) or into the {Project}.Model common shared project?

Currently, the VS Code Task only runs for a solution, does that mean we don't need the shared Model project?