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

Any plans for VS2022? #89

Open MuddyWally opened 2 years ago

MuddyWally commented 2 years ago

Not an issue, just a question :-) Are there any plans to update this extension to be compatible with Visual Studio 2022 versions?

Thanks!

stowen-msft commented 2 years ago

It is 2022 and I saw this extension and became very excited...but it will now work in VS 2022.

AlexisPambourg commented 2 years ago

I hope, we will have an update to fix this extension with VS 2022 🥲 Or do you know an equivalent ?

ycherkes commented 2 years ago

@MuddyWally @stowen-msft @AlexisPambourg You can try my unofficial build of ObjectExporter until the official is released: ObjectExporter.zip

ycherkes commented 2 years ago

Also, I've published a similar extension: Object Dumper I'll be very appreciative if it can be found usable.

AlexisPambourg commented 2 years ago

Thx @ycherkes, i will test it.