-
Notifications
You must be signed in to change notification settings - Fork 207
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
What's the timeframe on temporarily installing SQLitePCLRaw.bundle_green? #1637
Comments
The issue is this. sqlite-net-pcl has a dependency of SQLitePCLRaw.bundle_green >= 2.04. But for SQLitePCLRaw.bundle_green to work with .NET MAUI, you need >= 2.1.0. Once sqlite-net-pcl gets a new release that specifies the correct version for the dependency, there'll be no need to install SQLitePCLRaw.bundle_green yourself. |
Thank you! The extra context is much appreciated and helps me with planning. Happy .NET 8 Day and congratulations on the release. |
@ClubAssist-PatrickBoyer FYI, we're going to switch to recommending Microsoft.Data.Sqlite instead. The doc should be updated by the end of the month. |
@ClubAssist-PatrickBoyer Scrap my last statement. |
Just came here from this SO conversation. According to a recent comment, this issue has been fixed with the v1.9.172 release. Can someone please confirm that from this release and up, SQLitePCLRaw.bundle_green is no longer needed?! Thank you. |
[Enter feedback here]
Per the title, the section SQLitePCLRaw.bundle_green, mentions an instruction to temporarily install SQLitePCLRaw.bundle_green to install the underlying dependency that exposes SQLite on each platform. Fair enough. I understand that. What's missing is why and for how long.
Can you please provide context on what makes it temporary? I want to know what are the conditions I should be looking for to remove the dependency. Is there something in the works in sqlite-net-pcl or MAUI we should be following?
Thank you.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
Associated WorkItem - 157526
The text was updated successfully, but these errors were encountered: