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

What's the timeframe on temporarily installing SQLitePCLRaw.bundle_green? #1637

Closed
ClubAssist-PatrickBoyer opened this issue Aug 9, 2023 · 4 comments · Fixed by #1696
Closed
Assignees
Labels
doc-enhancement Improve the current content [org] dotnet-maui/tech dotnet-mobile/prod Pri1 High priority, do before Pri2 and Pri3 product-question Product usage related questions [org] 📌 seQUESTered Identifies that an issue has been imported into Quest.

Comments

@ClubAssist-PatrickBoyer
Copy link

ClubAssist-PatrickBoyer commented Aug 9, 2023

[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

@dotnet-bot dotnet-bot added the ⌚ Not Triaged Not triaged label Aug 9, 2023
@issues-automation issues-automation bot added dotnet-maui/tech dotnet-mobile/prod Pri1 High priority, do before Pri2 and Pri3 labels Aug 9, 2023
@davidbritch davidbritch added the product-question Product usage related questions [org] label Sep 8, 2023
@dotnet-bot dotnet-bot removed the ⌚ Not Triaged Not triaged label Sep 8, 2023
@davidbritch
Copy link
Contributor

Hi @ClubAssist-PatrickBoyer

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.

@davidbritch davidbritch self-assigned this Sep 8, 2023
@davidbritch davidbritch added doc-enhancement Improve the current content [org] 🗺️ reQUEST Triggers an issue to be imported into Quest. labels Sep 8, 2023
@github-actions github-actions bot added 📌 seQUESTered Identifies that an issue has been imported into Quest. and removed 🗺️ reQUEST Triggers an issue to be imported into Quest. labels Sep 9, 2023
@ClubAssist-PatrickBoyer
Copy link
Author

Hi @ClubAssist-PatrickBoyer

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.

@davidbritch
Copy link
Contributor

@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.

@davidbritch
Copy link
Contributor

@ClubAssist-PatrickBoyer Scrap my last statement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-enhancement Improve the current content [org] dotnet-maui/tech dotnet-mobile/prod Pri1 High priority, do before Pri2 and Pri3 product-question Product usage related questions [org] 📌 seQUESTered Identifies that an issue has been imported into Quest.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants