madskristensen / DialToolsForVS

A Visual Studio extension
Other
50 stars 21 forks source link

Is there a built vsix of the latest code? #43

Open RobdeT opened 2 years ago

RobdeT commented 2 years ago

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?

C1rdec commented 2 years ago

Any update?

zbarrier commented 1 year ago

Can we get an updated nuget with VS 2022 support?

LukeStephen commented 1 year ago

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

tbasallo commented 1 year ago

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 commented 1 year ago

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...

xperiandri commented 1 year ago

@tbasallo show your errors in VS

tbasallo commented 1 year ago

@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

xperiandri commented 1 year ago

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 commented 1 year ago

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

tbasallo commented 1 year ago

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

xperiandri commented 1 year ago

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