Skip to Main Content

Scaffolding database with No-Build parameter?

User_ZTADPSep 3 2021

Hi,
based on the GitHub issue #18780 Entity Framework Core is possible to scaffolding databases without building the project first. Currently, we use Entity Framework 6, but want to move to EF Core 5. For this, it is necessary for us to scaffolding our database without building the project, so we need the given parameters '-NoBuild' and '--no-build'. But both parameters are producing errors:
Scaffold-DbContext : A positional parameter cannot be found that accepts argument '--no-build'.
Scaffold-DbContext : A parameter cannot be found that matches parameter name 'NoBuild'.
What I'm missing here? Must Oracle implement these parameters in order to use it when scaffolding?
Thanks for your support!

Comments
Post Details
Added on Sep 3 2021
1 comment
876 views