
I´m sure its a little problem but i can´t find the solution. Scaffold-DbContext: The term Scaffold-DbContext is not recognized as the name of a cmdlet, function, script file, or operable program. it gives me the following error: Scaffol error. Initial CatalogDiceDatatable ' -output-dir Models. Īnd i don´t know why it doesn´t work.( dotnet ef commands works) dotnet ef dbcontext scaffold 'Data Source.

It can be performed using the Scaffold-DbContext command of the EF Core.

I get the error message like in the title. Reverse ContextWill match things like ababa and aabaa, but not aabba. I try to reverse engnieer my models from an existing database, but the command: Scaffold-DbContext "Server=(db) Database=xxxx Trusted_connection=true " -OutputDir Models Andrew Hsiao 1 Aug 5, 2021, 6:09 PM Now,I had use the assemables with EntityframworkCore.
