is this viable in vs2019? the object type of ado.net edmx is not available.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
You need to choose the project type of .Net framework rather than .Net core. While adding a new item to your project, "ADO.NET Entity Data Model" is available under the "Data" option, if your project type was .Net Framework.
I am working with a .net core project though for Linux/docker
I have the same issue, what the solution for that?
Most helpful comment
You need to choose the project type of .Net framework rather than .Net core. While adding a new item to your project, "ADO.NET Entity Data Model" is available under the "Data" option, if your project type was .Net Framework.