Skip to content
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

Workarounds for SqLite on ARM machines? #230

Open
webpursuits opened this issue Dec 11, 2023 · 0 comments
Open

Workarounds for SqLite on ARM machines? #230

webpursuits opened this issue Dec 11, 2023 · 0 comments

Comments

@webpursuits
Copy link

webpursuits commented Dec 11, 2023

We have been using Westwind.Globalization for some time now on several of our sites. Previously we used the .NET Framework version and then upgraded to 3.1 Core and now attempting to upgrade to .NET 6/7. However, some of our developers have new Macs with the M chips and Windows 11 ARM and they are unable to run the latest version of Westwind.Globalization.AspnetCore since it references Westwind.Utilities.Data and uses System.Data.Sqlite (which doesn't support ARM) rather than Microsoft.Data.SqLite (which does support ARM via via SQLitePCLRaw.bundle_e_sqlite3).

Any suggestions on a workaround rather than forking and changing all the dependencies? Or maybe there is something I'm missing as it looks like the docs say to install Microsoft.Data.SqLite, but when I look at the SqlUtils it looks like it is still referencing System.Data.SqLite.

Thanks!
Chuck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant