DialToolsForVS icon indicating copy to clipboard operation
DialToolsForVS copied to clipboard

Is there a built vsix of the latest code?

Open RobdeT opened this issue 3 years ago • 11 comments

Using the links in the readme.md leads to either:

  1. Marketplace => Visual Studio Marketplace version 0.8.73 updated 15-Mar-2021, 15:04:40
  2. CI build => Open VSIX Gallery version 0.8.79 updated 9 months ago

Is there a built version of the code or is it a cse of building from the repo to get VS2022 support?

RobdeT avatar May 23 '22 15:05 RobdeT

Any update?

C1rdec avatar Jun 07 '22 16:06 C1rdec

Can we get an updated nuget with VS 2022 support?

zbarrier avatar Nov 06 '22 22:11 zbarrier

Will this work with Visual Studio on Windows for ARM devices? Has anyone tried it?

LukeStephen avatar Dec 08 '22 17:12 LukeStephen

I can't even open it in VS 2022 to try and build it...or whatever it takes to make an extension.

@madskristensen or @xperiandri any chance you can assist with how we can this up and running in 2022?

tbasallo avatar Jun 09 '23 23:06 tbasallo

Here's some info that might help you in Windows 11. If you add the dial and then look for wheel options, you can add custom apps and functions. I just created a set that allows me to f5, f10 and f11 when debugging.

image

image

image

The new "tools" show up as numbers on the wheel.

Works well enough. Nowhere neat as nice as what this extension did, but...

tbasallo avatar Jun 09 '23 23:06 tbasallo

@tbasallo show your errors in VS

xperiandri avatar Jun 10 '23 07:06 xperiandri

@xperiandri Originally, I didn't have VS Extension tools installed. Got that in. Now chasing "Windows" UI and controls - I'm not sure where it's supposed to come from.

image

tbasallo avatar Jun 10 '23 14:06 tbasallo

This is because you need some Windows SDK to be installed. https://github.com/madskristensen/DialToolsForVS/blob/6289d3707b9606a2513edb35550969a23a9f8cb5/src/DialControllerTools.csproj#L160 What is your maximal installed SDK version?

xperiandri avatar Jun 10 '23 15:06 xperiandri

Update this line for your SDK and it will build https://github.com/madskristensen/DialToolsForVS/blob/6289d3707b9606a2513edb35550969a23a9f8cb5/src/DialControllerTools.csproj#L160

xperiandri avatar Jun 10 '23 15:06 xperiandri

Got it building. I had to update all the packages to the latest (except system.collections.immutables since it goes from 5 to 7).

Then I built in release, went to bin folder and double-clicked and installed!

Thanks @xperiandri

tbasallo avatar Jun 10 '23 15:06 tbasallo

Play with it. And you are very welcome to contribute some fixes or features

xperiandri avatar Jun 10 '23 15:06 xperiandri