Skip to content

Conversation

@gregmeess
Copy link
Contributor

Trying to simplify things to make it easier to add new settings.

Previously when adding new settings, you had to add it to the class and also in the CopyFieldsTo method. I got rid of the CopyFieldsTo method by using MemberwiseClone in the CloneAs method. Now when adding a new setting you only have to add it one place (with the exception of reference types).

Added two simple unit tests to confirm it works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant