conan-io / conan-vs-extension

Conan Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=conan-io.conan-vs-extension
MIT License
59 stars 34 forks source link

Think alternatives for VS2015 #98

Closed jgsogo closed 5 years ago

jgsogo commented 5 years ago

Current efforts trying to make the extension compatible with VS2015 have arrived at a dead-end. There is an incompatibility regarding VCProjectEngine.dll for different versions of the library that is shipped with different versions of Visual Studio and the casting from Project.object to VCProject fails for one version or the other.

Here there are some useful links that are interesting to read: https://github.com/conan-io/conan-vs-extension/pull/75#issuecomment-505465228

I'm opening this issue to think about alternatives and decide the roadmap for it.

Thanks

jgsogo commented 5 years ago

Some ideas that come to my mind:

Please, suggest your ideas, all of them will be more than welcome.

solvingj commented 5 years ago

Consider raising this issue in gitter.com/extendvs which is the best channel for community developers working on VS Extensions. Maybe others there have experience with this.

lasote commented 5 years ago

If changing the implementation to avoid the cast to VCProject is a possibility I see it as the less problematic and easy to maintain way. But I assume, if you have open this issue and not just fixed it, that it is not that easy.

SSE4 commented 5 years ago

@solvingj for me gitter.com/extendvs redirects to the http://www.goinfotek.com/ which seems to be something unrelated

jgsogo commented 5 years ago

Check this url: https://gitter.im/Microsoft/extendvs, I've already asked there, but without success.