-
Notifications
You must be signed in to change notification settings - Fork 110
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
alpine-x64
RID warning in .NET 8 when targeting Andorid or iOS
#575
Comments
See issue #543 |
Both the linked and the therein mentioned SDK issue on verbose warnings are marked as closed already. The fact that |
I think the idea is that the |
I understand, but since the |
Okay, I think I know what you mean, but... I just checked sqlitepclraw.lib.e_sqlite3 version 2.1.7 to be sure, as shown in the error message you posted, and it doesn't have So I'm still not sure what's going on. |
sqlite-net-pcl targets SQLitePCLRaw.bundle_green 2.0.4. Just found there is a related issue already. |
But you said at the top you we were already using 2.1.7. That should override whatever sqlite-net-pcl is referencing. |
I have Xamarin.Android/Xamarin.iOS projects each referencing SQLitePCLRaw.bundle_green and a .NET 8 class library using sqlite-net-pcl.
After migrating from .NET 6 to .NET 8, the following warning showed up when targeting iOS or Android:
The issue has no impact on functionality whatsoever.
A windows project targeting the same class library produces no such warning.
Possibly related: #543
What version of SQLitePCLRaw are you using?
What platform are you running on?
What target framework are you building for?
Are you using the command line, or an IDE? Which IDE? Which version of that IDE?
What other packages are you including in your project?
The text was updated successfully, but these errors were encountered: