OmarElabd / ObjectExporter

Object Exporter lets you export out an object while debugging in Visual Studio, the object can be serialized in either C#, JSON or XML.
GNU General Public License v3.0
263 stars 83 forks source link

Updated .vsixmanifest to work on VS 2019 #86

Closed vzilinas closed 5 years ago

vzilinas commented 5 years ago

-Added VS2019 version to .vsixmanifest -Deleted Microsoft.VisualStudio.Shell.11.0 because it doesn't satisfy VS2019

Tested with VS2019 and VS2017, seems to work

Resolves #84

hansmbakker commented 5 years ago

If you deleted Microsoft.VisualStudio.Shell.11.0, shouldn't it be deleted from the lib folder as well?

Also be aware that there is #85 (duplicate work) and that the VSIX will need to load asynchronously to work in VS2019

vzilinas commented 5 years ago

It works without the asynchronous patch in VS2019 but it is going to be obsolete later.

But as it is a duplicate I'm closing mine.