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

Update to new VS2019 SDKs and APIs. Migrate to an AsyncPackage load. #103

Closed agc93 closed 5 years ago

agc93 commented 5 years ago

This transitions to AsyncPackage (going to be required in future), updates references to support VSSDK 16.x and updated template format. Resolves #101.

I have tested against VS2019 Preview 4.3 and it looks like this is all that's needed for VS2019 support. Resolves #98.

agc93 commented 5 years ago

@cake-build/cake-team Anyone else got the VS2019 Preview installed? Would be good to get someone to try this one out...

agc93 commented 5 years ago

Alright we just outsourced our testing to @david-driscoll and it looks like this is compatible with VS2019 Preview. LGTM and @gep13 agrees.

:shipit: time

p10tyr commented 4 years ago

Do you know when the extension will be available on the official market place? Came here to find people suggesting to use myget and everything is working fine in VS2019 using that source.

So it looks like Version="[14.0,17.0)" /> is set to already support 2019 - Does it just require a build an publish to market place?

https://github.com/cake-build/cake-vs/blob/66f8f66531d5aa3c35535ec36900ab8cefc742b7/src/source.extension.vsixmanifest#L14