madskristensen / ImageOptimizer

A Visual Studio extension
Other
163 stars 40 forks source link

No longer present in menu since VS 2017 since 15.6.4 update #39

Closed MrKennie closed 6 years ago

MrKennie commented 6 years ago

VS 2017 15.6.4 Installed via Web Essentials 2017 package

The option to optimize images is no longer present in the menu when right clicking an image. I didn't really pay attention as to exactly when it vanished but the only thing that has changed recently is the 15.6.4 update. This is with a Core 2.0 MVC project open.

madskristensen commented 6 years ago

Does it show up correctly for you on other project types besides ASP.NET Core 2.0 projects? It shows up for me correctly

MrKennie commented 6 years ago

Not showing in any of my older MVC projects either. I've also reinstalled web essentials but still no show.

MrKennie commented 6 years ago

I think I've found the problem. I removed web essentials but found that various packages were still installed including Image Optimizer except some were marked as disabled. I think something has gone wrong with my installation as the web essentials installer is no longer behaving the way it normally does where it lists all packages it's about to install. I guess this is no longer an IO issue.

I can confirm however that IO is present and correct when installed on its own.

madskristensen commented 6 years ago

Thanks for confirming. The VSIX installer sometimes disables extensions like that and no one knows why