docs icon indicating copy to clipboard operation
docs copied to clipboard

Clarify that NativeLibrary can be used for transitive dependencies

Open sweemer opened this issue 1 year ago • 0 comments

I have added the following two clarifications:

  1. NativeLibrary can be used more than once. Originally I thought that it can only be used for the library specified in DirectPInvoke, but after some time I realized it can be used for transitive dependencies as well. My change makes this more clear.
  2. Added /path/to to make it clear that paths are accepted and that the file does not need to be manually moved to the project output directory in order to be found.

Internal previews

📄 File 🔗 Preview link
docs/core/deploying/native-aot/interop.md docs/core/deploying/native-aot/interop

sweemer avatar Oct 03 '24 09:10 sweemer