I wanted to export some instances with attributes, so I was pleasantly surprised that ExportAttribute can be put on a property.
Some research later, I find nothing in Grace code that looks at export attributes on anything else than a class, so their attribute target should probably be changed.
I wanted to export some instances with attributes, so I was pleasantly surprised that
ExportAttributecan be put on a property.Some research later, I find nothing in Grace code that looks at export attributes on anything else than a class, so their attribute target should probably be changed.