-
|
Hi, Is there a way to do that I am not aware of? The one I tried is to run the command Is there something missing or am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Simply adding the package also doesnt work because of the following: |
Beta Was this translation helpful? Give feedback.
-
|
Steps to Add a New Entity Class
|
Beta Was this translation helpful? Give feedback.
-
|
Open the Package Manager Console in Visual Studio and set the default project to the one that matches your database configuration in appsettings.json (e.g., Migrators.SQLite, Migrators.PostgreSQL, or Migrators.MSSQL). |
Beta Was this translation helpful? Give feedback.

Open the Package Manager Console in Visual Studio and set the default project to the one that matches your database configuration in appsettings.json (e.g., Migrators.SQLite, Migrators.PostgreSQL, or Migrators.MSSQL).