You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
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
@CraigHawker mentionned using IL weavers ?
The text was updated successfully, but these errors were encountered: