claunia / plist-cil

C#/.NET parser for Apple and GnuStep Property List (aka plist), based on Java's dd-plist
Other
54 stars 17 forks source link

Optional dictionary key sorting on XML serialization #75

Open relgit opened 1 year ago

relgit commented 1 year ago

This PR adds the option to sort dictionary keys on XML serialization that was discussed in #74. Unit testing for the new option is also included.

I've implemented the change on an opt-in basis as preferred in our discussion, and I hope it's ready for merging.

Closes #74.