VB.Net 是否有与 VS 2019 兼容的 EF 6 ObjectContext/EntityObject 代码生成器?

Is There an EF 6 ObjectContext / EntityObject Code Generator for VB.Net Compatible with VS 2019?

主题说明了一切。这是我想我要找的东西:

EF 6.x EntityObject Generator for VB.NET

但它不会安装(显然是因为它没有明确支持 VS 2019)- 但也许有办法让它安装?

  1. 将 VSIX 重命名为 zip
  2. 解压,前往T\Data\
  3. 复制EntityObjectVB_EF6.zip%USERPROFILE%\Documents\Visual Studio 2019\Templates\ItemTemplates\Visual Basic\

有关模板的更多信息User templates

User templates

If you add a compressed (.zip) file that includes a .vstemplate file to the user template directory, the template appears in the new project and new item dialog boxes. By default, user templates are located in:

%USERPROFILE%\Documents\Visual Studio 2019\Templates\ProjectTemplates

%USERPROFILE%\Documents\Visual Studio 2019\Templates\ItemTemplates

For example, the following directory has user project templates for C#:

C:\Users\UserName\Documents\Visual Studio 2019\Templates\ProjectTemplates\Visual C#