cake-build / cake-vs

Cake Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=vs-publisher-1392591.CakeforVisualStudio
MIT License
67 stars 25 forks source link

(#133) Upgrade to support Visual Studio 2022 #135

Closed gep13 closed 3 years ago

gep13 commented 3 years ago

The work done in this commit is as a result of following along with this article:

https://docs.microsoft.com/en-us/visualstudio/extensibility/migration/update-visual-studio-extension?view=vs-2022

There is still work to be done here but this is a good start.

Fixes #133

gep13 commented 3 years ago

@nils-a here is the work to date on upgrading to support Visual Studio 2022. Still very rough around the edges, but this is the work that we have been doing on stream the last couple of weeks.

nils-a commented 3 years ago

@gep13 Snippets are currently broken in develop, see #134. Should we fix that first or do the fix "directly" is this PR? (I see no real benefit of having a separate PR for #134 except that it would be much cleaner than doing all-in-one here.)

gep13 commented 3 years ago

@nils-a I would be happy to do that work in this PR, and get everything working here, ready to test in both 2019 and 2022.

nils-a commented 3 years ago

@gep13 I think this is it. Everything I can think of is now working again.