🎛 Event-Catcher with variety of advanced Actions to service projects, libraries, build processes, runtime environment of the Visual Studio, MSBuild Tools, and …
Other
79
stars
22
forks
source link
This extension is not compatible with Visual Studio 15 and will not be supported in RC #36
It appeared in new 15 Preview 5 (25807.00) from the new extension format (not yet published documentation):
This extension is not compatible with Visual Studio 15 and will not be supported in RC.
Installation may cause Visual Studio to be unstable. Do you want to continue?
And mainly the Visual Studio Team is already thinking about compatible way, at least with previous VSIXv2 format.
Tim Sneath
Hi Denis Kuzmin, thanks so much for your feedback here. We haven't yet published documentation on the new extension format, but plan to do so within the next month.
We share your concern about avoiding breaking backwards compatibility. The challenge with the new modular architecture of Visual Studio is that the smallest install is now just a few hundreds of megabytes, and doesn't even include things like MSBuild. This enables us to support developers using languages like R or Python without imposing unnecessary components in their install.
So an extension like yours needs minor changes to the manifest to express the setup dependencies it actually needs. Our goal is to ensure that you can make these changes in a backwards-compatible way, at least as far as the previous VSIXv2 format.
My report here: https://developercommunity.visualstudio.com/content/problem/1180/index.html
It appeared in new 15 Preview 5 (25807.00) from the new extension format (not yet published documentation):
And mainly the Visual Studio Team is already thinking about compatible way, at least with previous VSIXv2 format.
We still do not know about the final decision of the team (read my discussion here), but anyway I will consider support of VS2010 later