Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能告诉我如何创建可供 EF 设计器用于“添加代码生成项”选项的项模板?我已经创建了项目模板,它就像一个梦一样工作!但是,我不知道如何让它显示在“添加代码生成项”对话框中。FWIW 我正在使用 VSIX 项目来部署项目模板。
您的项目模板项目中的 .vstemplate 文件必须具有 ADONETArtifactGenerator_ 前缀。