-
Notifications
You must be signed in to change notification settings - Fork 347
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
Improve usability of APICompat #2672
Conversation
CoreFx changes: dotnet/corefx#37375 |
Ok, this is ready to go now. CoreFx is passing with my changes. Can I please get a review? @wtgodbe @safern @ViktorHofer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM outside of the 2 comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand all the changes that you are making in the targets file but I trust you.
Holding off on merge until @ViktorHofer gets the Arcade updates in (I don't want to break him any worse). |
Now waiting on @Anipik's changes to flow. |
Over the last couple months I've helped various teams on-board API compat and hit some common problems.
I wanted to address those and also write a doc.
I plan to add a "case study" section to the doc that illustrates one solution that uses this, but I'd like to wait until we iron out all the details in that solution.
Fixes #2297, #2289