-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Instructions for adding a native external library dependency #105045
base: main
Are you sure you want to change the base?
Conversation
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
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.
We should have some guidance somewhere about when to vendor in a library vs depend on a system library (ie explaining why we vendor in zlib-ng but don't vendor in openssl).
Good point. Let me think about this. |
Co-authored-by: Jeremy Koritzinsky <[email protected]>
96662ab
to
5e1c991
Compare
Sorry for the delay here. I have addressed the last batch of comments. |
Co-authored-by: Jan Kotas <[email protected]>
Contributes to #101465
General guidance with the essential steps to add or update a native external library.
Each library might have its own specific steps, we can add them later as needed.