If VS 2019 can load the K2 designer extension, the deployment functionality could work?
VS 2015 / 2017 / 2019 are highly compatible for extensions.
Seems it just needs to change a few references to point to VS 2019 path/registry.
https://devblogs.microsoft.com/visualstudio/how-to-upgrade-extensions-to-support-visual-studio-2019/
change K2 for Visual Studio 2015.xml:
- Reference 2019 name <AllowedDependency Type="Application" Name="Microsoft Visual Studio Professional 2019" MatchType="EqualTo" />
- Path set to Microsoft Visual Studio 16.0
SourceCode.VisualStudio(2015).reg:
- Reference 16.0 registry.
SourceCode.Workflow.VisualStudio (2015).reg:
- Reference 16.0 registry.
If anyone tried this and didn’t work, chime in. Thanks.