如何为 EF Designer 添加新的代码生成项?
谁能告诉我如何创建可由 EF 设计器用于“添加代码生成项”选项的项模板?我已经创建了项目模板,它就像梦想一样!但是,我不知道如何让它显示在“添加代码生成项”对话框中。 FWIW 我正在使用 VSIX 项目来部署项目模板。
Can anyone tell me how to create an Item Template that can be used by the EF designer for the Add Code Generation Item option? I have created the Item Template and it works like a dream! However, I can't figure out how to get it to show up in the Add Code Generation Item dialog. FWIW I'm using a VSIX Project to deploy the Item Template.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
项模板项目中的 .vstemplate 文件必须具有 ADONETArtifactGenerator_ 前缀。
The .vstemplate file in your Item Template project must have the ADONETArtifactGenerator_ prefix.