Skip to content

Enable APICompat in WPF Builds #880

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

Merged
merged 40 commits into from
Jun 11, 2019
Merged

Enable APICompat in WPF Builds #880

merged 40 commits into from
Jun 11, 2019

Conversation

rladuca
Copy link
Member

@rladuca rladuca commented Jun 5, 2019

Fixes #724

See: https://github.com/rladuca/ApiCompatNotes/blob/master/ApiCompat%20Notes.txt

This sets up and enables API Compat against .NET 4.8 reference assemblies and also ensures compat between hand-crafted ref assemblies and their lib counterparts.

@ghost ghost added the PR metadata: Label to tag PRs, to facilitate with triage label Jun 5, 2019
@ghost ghost requested review from vatsan-madhavan, ryalanms and stevenbrix June 5, 2019 23:03
@rladuca rladuca self-assigned this Jun 5, 2019
@rladuca rladuca added the Enhancement Requested Product code improvement that does NOT require public API changes/additions label Jun 5, 2019
@rladuca rladuca added this to the Preview milestone Jun 5, 2019
@rladuca
Copy link
Member Author

rladuca commented Jun 7, 2019

Having some issues getting ref compat to run, working them out now.

rladuca and others added 5 commits June 7, 2019 14:46
…m our compiler generated ref assemblies to .NET 4.8. This also will enable hand-crafted ref assembly compat vs the associate lib assembly and cycle-break api compat.
@rladuca
Copy link
Member Author

rladuca commented Jun 8, 2019

We can now run API compat both against .NET 4.8 and lib vs hand-crafted ref. Still don't have cycle-breakers working, but that's not much different from hand-crafted ref.

@rladuca rladuca changed the title WIP - Enable APICompat in WPF Builds Enable APICompat in WPF Builds Jun 10, 2019
Copy link
Contributor

@stevenbrix stevenbrix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments about documentation and improving the error message when api compat fails

@rladuca
Copy link
Member Author

rladuca commented Jun 10, 2019

See comments about documentation and improving the error message when api compat fails

I resolved your comments against the documentation. Let me know if you have any specific comments relating to that.

@rladuca rladuca merged commit 9c5dd1a into master Jun 11, 2019
@rladuca rladuca deleted the dev/roladuca/apicompat branch June 12, 2019 16:31
@ghost ghost locked as resolved and limited conversation to collaborators Apr 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-infrastructure Enhancement Requested Product code improvement that does NOT require public API changes/additions PR metadata: Label to tag PRs, to facilitate with triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable APICompat in WPF Builds
3 participants