Could we have helper methods on ObjectCopyOptions for the built-in properties that allows chaining ?
It would allow users to use the same syntax as the one suggested in #24 and thus make the dev experience better
- public ObjectCopyOptions setCheckInObject(bool checkIn);
- public ObjectCopyOptions setTargetObjectType(int objectType);
@CraigHawker mentionned using IL weavers ?