I'm not using VSIX and put pkgdef and vsixmanifest to specific folders using installer (support early VS and SSMS). To support VS2019 I created asyncPackage, modified vsixmanifest - add "Prerequisites", generated json files using code from github.com/axodox/VsixUpdater. All my dll's are in"Program Files". But after all VisualStudio marks extension as deprecated. What is checking during package loading to decide deprecated this extension or not?
↧