Skip to content
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

added package validation to the SDK library #2767

Merged
merged 8 commits into from
Apr 18, 2024

Conversation

Kasdejong
Copy link
Contributor

Description

Added baseline package validation. We should make a new label for binary breaking changes, which should be applied when package validation fails to build. We can then put that issue into the ignore-file. Every release, we empty this ignore file and list (hopefully automatically) the binary breaking changes from that release (will be listed when the ignore file is empty). Then we start comparing to that release as baseline and start with a "clean sheet". Let's try to stay binary compatible on minor releases as much as possible.

Related issues

Closes #2566

@Kasdejong Kasdejong requested a review from mmsmits April 10, 2024 08:29
@mmsmits mmsmits enabled auto-merge April 18, 2024 14:44
@mmsmits mmsmits merged commit ca7c44d into develop Apr 18, 2024
16 checks passed
@mmsmits mmsmits deleted the feature/package-validation branch April 18, 2024 15:15
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.

Run .NET package validation to detect backward compat issues.
3 participants