Skip to content

Implement backward compatibility checks #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

gasperzgonec
Copy link

Summary

A pretty comprehensive backward-compatibility check, which compares the exported interfaces between current commit and the latest tag and checks if any function signatures or any public types have had any backward-incompatible changes.
Checks for previous versions are included in version-api folder in the root.

Connected Issues

Story of the craft

This test uses Microsoft's api-extractor, which generates a report of the current publicly exposed symbols and generates both a JSON file and a Markdown file containing this information.
This check uses the api.json files that are generated to loop over all publicly exposed symbols and compares their signatures, verifying that backward-compatibility promise is being maintained.

@gasperzgonec gasperzgonec changed the title Gasperz/iss 173495 Implement backward compatibility checks Aug 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants