-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Add tooling to ensure no API changes are made in patch updates #4259
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
Comments
I'm not sure this is something we'd have resources to support in preview 8 given the very short timeline. We could look at it as part of infrastructure work in preview 9 though since getting infra-/test-only changes through ask-mode should be much simpler. We already have some things we want to do to improve API changes all up, so this would be part of that work. |
Fair enough, I'll move to Preview 9 |
Also compare implementation and ref/ assemblies to be sure we don't mess anything up in our *.Manual.cs files. |
dotnet/arcade@d6dd7a000fe9 is now in. Next steps are
This may not be 💯% complete in time for 3.1.4 and isn't really part of a 5.0.x release. Moved to 3.1.x |
After a few conversations with others who have made changes to Background: Of the two possible ways to avoid needing the
|
Follow-up to #3610
We should add tooling so we can ensure that 3.0.1, 3.0.2, etc do not change any public API in the reference assemblies.
The text was updated successfully, but these errors were encountered: