Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 2 years ago.
I work on a platform product which requires public compatibility between versions, so some code that was compiled against our previous build should be able to work against our new build without the need to recompile.
Is there a tool that would automated this verification, all I could find was How to test binary compatibility automatically? which seems to be for C++