We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some of the dotnet repos check for public API changes as part of the build.
I haven't tried figuring out how it works.
Is this tooling available, and can it be used for C# library projects?
cc @ViktorHofer
The text was updated successfully, but these errors were encountered:
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
Sorry, something went wrong.
This is accomplished via ApiCompat which is used in the runtime libraries build. @safern is working on productizing ApiCompat: dotnet/designs#177
Thanks @ViktorHofer !
No branches or pull requests
Some of the dotnet repos check for public API changes as part of the build.
I haven't tried figuring out how it works.
Is this tooling available, and can it be used for C# library projects?
cc @ViktorHofer
The text was updated successfully, but these errors were encountered: