CloudNimble / PackageReferenceUpgrader

A VS2017 Extension that helps legacy apps migrate off of packages.config.
MIT License
28 stars 9 forks source link

Fix installation for VS2019 #15

Open Saibamen opened 9 months ago

Saibamen commented 9 months ago

Fix installation for VS 2019. Addendum to #13 Fixes #12

image

To load this extension, we need to allow synchronous autoload: https://learn.microsoft.com/en-us/visualstudio/extensibility/synchronously-autoloaded-extensions?view=vs-2022

VS options dialog -> Environment -> Extensions -> check Allow synchronous autoload of extensions