zeroc-ice / ice-builder-visualstudio

Configure Ice Builder for MSBuild from Visual Studio
https://zeroc.com
BSD 3-Clause "New" or "Revised" License
29 stars 22 forks source link

Port extension to Visual Studio 2019 #13

Closed Simulacrux closed 5 years ago

Simulacrux commented 5 years ago

Hello,

would it be possible to port this extension to the new Visual Studio 2019. This new Version was released early April and it would be great to get the needed extensions running for a switch.

I tried to do a port myself, but I'm unable to compile the whole extension because I'm missing the older Visual Studios on my machine. I would be very happy to alpha/beta test a new version.

Thanks in advance Cheers Simulacrux

pepone commented 5 years ago

Yes, we have already tested with earlier 2019 betas, I will try with the new 2019 release and see how it goes.

You can test the previous beta https://github.com/zeroc-ice/ice-builder-visualstudio/releases/tag/v6.0.0-beta0

Simulacrux commented 5 years ago

Hi,

I downloaded the beta version and tried it to install in the newest release of Visual Studio 2019 (16.1.1) but it says, that no matching version is found. I attached the log file of the installation attempt. I think the lines with

04.06.2019 16:46:10 -   Supported Products : 
04.06.2019 16:46:10 -       Microsoft.VisualStudio.Pro
04.06.2019 16:46:10 -           Version : [14.0,16.0]

are the problem, because VS 2019 is already 16.1

Cheers Simulacrux

dd_VSIXInstaller_20190604164607.log

pepone commented 5 years ago

I will upload a new later today, the manifest didn't support 16.1

pepone commented 5 years ago

I just uploaded 6.0 with support for Visual Studio 2019 see https://github.com/zeroc-ice/ice-builder-visualstudio/releases/tag/v6.0.0

It is now also available in the marketplace https://marketplace.visualstudio.com/items?itemName=ZeroCInc.IceBuilder

Simulacrux commented 5 years ago

Thank you, I tested the new version and it is working now as expected :)