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
Thanks @sachinpkale for bringing it up, I believe the API check does binary compatible changes at the moment: adding a new method to the interface is binary compatible change. We may need to make the check more strict by enforcing source compatibility.
Describe the bug
Detect Breaking Changes
runs on each PR build to avoid introducing any breaking changes to 2.x branch.Related component
Build
To Reproduce
Detect Breaking Changes
will not fail.Expected behavior
Detect Breaking Changes
should fail unless a default implementation is provided.The text was updated successfully, but these errors were encountered: