anakic / Jot

Jot is a library for persisting and applying .NET application state.
http://www.codeproject.com/Articles/475498/Easier-NET-settings
MIT License
633 stars 56 forks source link

Fix anakic/Jot#48 - Provide access to Tracker property in TrackingConfiguration<T> class #49

Closed micahmo closed 3 years ago

micahmo commented 3 years ago

I thought of two solutions...

In terms of required changes, either one requires the base Tracker property to be modified (in one case, it must be virtual, and in the other, it must have a protected setter).

I settled on the second was better for maintainability and matching the rest of the pattern in the TrackingConfiguration<T> to return inner methods/properties.