uli-weltersbach / XPathTools

A Visual Studio Extension which can run any XPath and XPath function; navigates through results at the click of a button. Can show and copy any XPath incl. XML namespaces, avoiding XML namespace induced headaches. Keeps track of the current XPath via the statusbar.
41 stars 4 forks source link

Ensure VS2022 compatibility #49

Open uli-weltersbach opened 3 years ago

uli-weltersbach commented 3 years ago

See https://docs.microsoft.com/en-us/visualstudio/extensibility/migration/update-visual-studio-extension

utech626 commented 2 years ago

Is anyone working on the upgrade? If not I'll start working on the upgrade of project to support VS 2020

uli-weltersbach commented 2 years ago

Hi @utech626, this issue is very much up for grabs

utech626 commented 2 years ago

I have created a new repo for the VS 2022 version, there number of dependencies on very old version of VS made a shared project very difficult. A Pre-Release beta version of the VS 2022 version is available at https://github.com/utech626/XPathTools2022/releases

utech626 commented 2 years ago

The pre-release of the Extension has been published to VS MarketPlace, https://marketplace.visualstudio.com/items?itemName=utech626.XPathToolsVs2022