Posted on 26/08/2022 15:19:36
Bump
This is a real problem. We have worked around it, but a normal principle is that method signatures shouldn't change with hotfix upgrades. We would like to trust that we can upgrade within a hotfix version and the chance of something breaking is as close to zero as possible.
This method signature change occurred between 9.13.7 and 9.13.8 (if I remember correctly, since it was a few weeks ago when it first came up).
Would it be possible to add an overload to make this backwards compatible? Otherwise, we need to remember to use an updated DLL on each upgrade that crosses that hotfix version, and possibly other sites with customzations will break on that upgrade.
Scott