Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stored procedure does not show up in model after adding it via Model Update Wizard #186

Open
edgariscoding opened this issue Jun 16, 2022 · 1 comment

Comments

@edgariscoding
Copy link

Using .NET Framework 4.7, Entity Framework 6, Npgsql, EntityFramework6.Npgsql, Npgsql Integration extension in VS2019.

After adding a table from our Postgres database, the table shows up within the model along with all expected classes. I'm able to successfully get the data in our application.

After adding a stored procedure literally nothing happens. I flick finish and the Model does not change, the SP is not listed in Model Browser, and the Output window says this:

The model was generated with warnings or errors.OurCompanyDB.edmxPlease see the Error List for more details. These issues must be fixed before running your application.
Loading metadata from the database took 00:00:02.0935882.
Generating the model took 00:00:00.9904103.

I don't see any issues in the Error List. What am I doing wrong?

@roji
Copy link
Member

roji commented Jun 17, 2022

The non-core Npgsql EF 6 is no longer being actively maintained - someone from the community may be able to provide help, but I'd recommend planning a move to EF Core.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants