We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MAUI - monkeycache.sqlite 2.0.0-beta
Only in release mode
SQLite.SQLite3.Prepare2(sqlite3 db, String query) SQLite.SQLiteCommand.Prepare() SQLite.SQLiteCommand.<ExecuteDeferredQuery>d__12`1[[MonkeyCache.Banana, MonkeyCache.SQLite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext() System.Collections.Generic.List`1[[MonkeyCache.Banana, MonkeyCache.SQLite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null]]..ctor(IEnumerable`1 ) System.Linq.Enumerable.ToList[Banana](IEnumerable`1 ) SQLite.SQLiteCommand.ExecuteQuery[Banana]() SQLite.SQLiteConnection.Query[Banana](String query, Object[] args) MonkeyCache.SQLite.Barrel.Get[ResponseDto`1](String , Func`2 ) MonkeyCache.SQLite.Barrel.Get[ResponseDto`1](String , JsonSerializerOptions )
The text was updated successfully, but these errors were encountered:
Hey @tuyen-vuduc. Have you found a solution for this? I am also seeing this issue with MokeyCache.SQLite 2.0.1 with Maui. Thanks!
Sorry, something went wrong.
What code are you calling? can i get a snippet?
Adding these lines in csproj helped me
<ItemGroup> <TrimmerRootAssembly Include="MonkeyCache.SQLite" RootMode="library" /> <TrimmerRootAssembly Include="SQLite-net" RootMode="library" /> </ItemGroup>
No branches or pull requests
Only in release mode
The text was updated successfully, but these errors were encountered: