Set refactored functionality to skip dumping values that have already been dumped somewhere else, not just properties that are the same as the current object.
Opened this issue · 1 comments
ProfessorAire commented
Set refactored functionality to skip dumping values that have already been dumped somewhere else, not just properties that are the same as the current object.
ProfessorAire commented
Currently we only prevent attempting to dump a static property that represents the current object. This scenario is typically for singleton values, such as the Options
class with the Options.Instance
property.