Do you know that adding a new field to an interface or adding a new non-default constructor to a class can break the binary compatibility of your API? There are so many other things like these that can possibly break the compatibility. Either you can spend a lot of your time reviewing all the new added/modified API for breaking changes (before that, you need to spend more amount of time in finding them) or simply use PDE's API tooling to do it for you as you develop.
The tutorial gives an introduction about what API Tooling is and how to setup and use for you project. Click here to read the API Tooling Tutorial.
0 comments:
Post a Comment