-
Notifications
You must be signed in to change notification settings - Fork 533
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 XA0141 warning #9544
Comments
I think @dellis1972 looked into it sometime ago and determined that the information isn't available for transient packages. I'll see to adding arch information, but I can't do much about getting better nuget info. I'll leave that to @dellis1972 and @jonathanpeppers :) |
Partial fix for #9544 to make the warning more informative. Architecture information is necessary as the nuget in question might have the same library for various architectures.
Partial fix: #9547 |
Partial fix for #9544 to make the warning more informative. Architecture information is necessary as the nuget in question might have the same library for various architectures.
This is going to require a fair bit of "plumbing" that I don't currently understand. Working backwards:
How do we provide enough information/metadata/etc. for |
Nuget information can be propagated to the |
Partial fix for #9544 to make the warning more informative. Architecture information is necessary as the nuget in question might have the same library for various architectures.
.NET 9.0.100
The NuGet package information in the
XA0141
warning seems helpful, but it doesn't appear to actually work.Repro:
results in:
We should:
arm64-v8a/libface_detector_v2_jni.so
), as each package will likely contain many versions with the same file name.An updated example:
The text was updated successfully, but these errors were encountered: