Replies: 7 comments 4 replies
-
Not yet. There are a few things I need to do yet for net6.0 workloads tfms. |
Beta Was this translation helpful? Give feedback.
-
Now that .NET 6.0 is RTM, I need a supported version of SQLite for .NET 6.0, not just for MAUI. Is there an expected time-frame for such to be available? |
Beta Was this translation helpful? Give feedback.
-
Thank you for the prompt reply!!!
Gary
From: Eric Sink ***@***.***>
Sent: Tuesday, November 9, 2021 4:15 PM
To: ericsink/SQLitePCL.raw ***@***.***>
Cc: Gary Lewis ***@***.***>; Comment ***@***.***>
Subject: Re: [ericsink/SQLitePCL.raw] SQLitePCL.raw Maui Compatibility
(Discussion #449)
The current release does support .NET 6.0, as evidenced by the dependencies
taken by the 6.0 versions of the EFCore and Microsoft.Data.Sqlite packages.
If you are having a problem, please be more specific.
-
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com
%2Fericsink%2FSQLitePCL.raw%2Fdiscussions%2F449%23discussioncomment-1616058&
data=04%7C01%7C%7C29d2dcb295dd4ca8b21708d9a3df17d0%7C84df9e7fe9f640afb435aaa
aaaaaaaaa%7C1%7C0%7C637721000838028327%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wL
jAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=qt%2FUo94
Lsk387p28N%2BbZUMEvBX7zwneGSNFbpqIlhtk%3D&reserved=0> , or unsubscribe
<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com
%2Fnotifications%2Funsubscribe-auth%2FADFAH7CW3YQRYDTL4HVQWY3ULG2PDANCNFSM5D
NUSSVQ&data=04%7C01%7C%7C29d2dcb295dd4ca8b21708d9a3df17d0%7C84df9e7fe9f640af
b435aaaaaaaaaaaa%7C1%7C0%7C637721000838038271%7CUnknown%7CTWFpbGZsb3d8eyJWIj
oiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=F2
UHQVwoGFE5cj0gpz5QdLeioEbq2gSTt75KZHc73js%3D&reserved=0> .
<https://github.com/notifications/beacon/ADFAH7DVMFMX5TONRXLVFNLULG2PDA5CNFS
M5DNUSSV2YY3PNVWWK3TUL52HS4DFWFCGS43DOVZXG2LPNZBW63LNMVXHJKTDN5WW2ZLOORPWSZG
OAAMKROQ.gif>
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Has anything changed with this issue? Seems like a pretty big deal with net6.0 being the one way forward for mobile and desktop app dev with .NET. |
Beta Was this translation helpful? Give feedback.
-
@warpedgeoid Yes, I should have posted a comment here. The work to support .NET 6 mobile workloads is mostly done and is being tested. See version 2.1.0-pre20220207221914 on nuget. If you have any problems, please open an issue. |
Beta Was this translation helpful? Give feedback.
-
2.1.0 has been released |
Beta Was this translation helpful? Give feedback.
-
The SQLite-net-pcl library latest version (1.8.116) uses a dependency of your SQLitePCLRaw.bundle_green (>= 2.0.4). The author of SQLite-net states his library is MAUI compatible since it is purely a .NET Standard 2.0 library which should just work in MAUI (.NET 6.0). Is your SQLitePCL.raw also MAUI compatible for the same reason and should everything just work?
Beta Was this translation helpful? Give feedback.
All reactions