Installing EF Power Tools into VS2015

Posted jimson

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Installing EF Power Tools into VS2015相关的知识,希望对你有一定的参考价值。

TLDR: If you don’t want to do the tasks (even though they are so easy) you can download the updated VSIX I created from here.

The Entity Framework Power Tools extension for Visual Studio has been around for quite some time and is still called a Beta. I cannot live without it’s “View Entity Data Model (Read-Only)” feature which I used to validate my code first models.

But if you try to install the extension into Visual Studio 2015, you won’t find it.

技术分享

Checking the extension in Visual Studio Gallery, you’ll see that it hasn’t been updated to install into VS2015.技术分享

The fix is nothing more than making it know about VS2015. There are no other compatibility problems that I have experienced. Modifying an extensions installation package (which is just a zip file!) to be aware of another version of Visual Studio is pretty easy. Here are the steps to get the EF Power Tools into VS2015.

Download the extension from the Visual Studio Gallery page.

Find the file

技术分享

and change it’s extension to zip.

技术分享

Extract the files from the zip file.

技术分享

Open the extension.vsixmanifest file in a text editor and find the Supported Products section.

技术分享

And copy paste one of the Visual studio elements, changing the version to 14.0. I have the Enterprise version but didn’t bother changing it from Pro here and it didn’t seem to be a problem.

技术分享

Now you have to reverse your steps in order to recreate the VSIX file.

Select the files in the extracted folder and zip them. Don’t zip the folder. The files have to be at the root. (Guess how I learned that! 技术分享 ) I named my zip file VSPowerTools15.zip

技术分享

 

 

 

 

 

 

Rename the file to have the vsix extension.

技术分享

Run the file right from here.

技术分享

Voila!

技术分享

If Visual Studio was open, you’ll have to restart to get this to kick in.

Also you’ll see Entity Framework Power Tools listed in the installed extensions when you look at the About section of Visual Studio 2015.

I accidentally mistook this for something it was NOT and (embarrassingly) tweeted it. I had forgotten that I had done this for the VS2015 preview. Then I installed VS2015 RTM on top of the preview and that picked up all of the installed extensions. When I saw the power tools listed in About, I thought they had a) finally gotten rid of the “Beta” tag and b) installed automatically with VS2015. When I realized the extension was installed, I uninstalled that and indeed the tool went away. So for anyone who saw that tweet…. sorry! Guilty as charged …

以上是关于Installing EF Power Tools into VS2015的主要内容,如果未能解决你的问题,请参考以下文章

VS2015安装EF Power Tools

VS2015安装EF Power Tools

VS2019 使用EF Core Power Tools 生成Sqlserver的数据库实体类

如何解决错误的“EF Power Tools:modelEntityContainerName 包含无效字符”?

.NET 5 在使用 EF Core Power Tools 时正确注入 DbContext 连接字符串

vs2015插件推荐 Productivity Power Tools 2015