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

Base class properties #45

Closed StonePit closed 8 years ago

StonePit commented 8 years ago

Please add (option) for base class properies

OmarElabd commented 8 years ago

Currently it sets the base class properties of an object, did you want an option to ignore setting that?

StonePit commented 8 years ago

Hi Omar, I found that it was not working in VS2012 but in 2015 works, it's sets the base class properties. Another thing I found, some of propeties are not generated correctly (only initializer) see att. property Warehouse or RequestedDateTime (compare this two pics). Your tool realy saves a lot of time, thanks in advance Omar. obj1 obj2

OmarElabd commented 8 years ago

That's interesting, i'll look into why it's having issues in 2012. As for RequestDateTime, that's currently an issue with Nullables that has been fixed but hasn't been release yet, look for a major release after the Holiday break that should address both those issues.

I'll close this issue and open a new one regarding inconsistent visual studio versions, there's already one regarding nullables.

I appreciate you taking the time to open an issue and I'm glad you find the tool useful.