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
GetWithChildren
GetAllWithChildren
Hello, I've been testing my Xamarin.Forms on iOS and ran into an error with the WithChildren methods. My code:
WithChildren
try { return DB.GetAllWithChildren<T>().ToArray(); } catch (Exception ex) { return null; }
Where DB is SQLiteConnection....
DB
SQLiteConnection
Usually this works well, but sometimes when I open the app it gets stuck on this specific line, or a similar line containing GetWithChildren.
I'm not sure what's going on, but it feels like some kind of deadlock issue in the library that seldom occurs but can happen.
Your help would be appreciated.
Versions:
The text was updated successfully, but these errors were encountered:
Note: A strange observation is that this does not happen on Android.
Sorry, something went wrong.
@EpEthan did you find anything on this?
@rodrigojuarez I would recommend to not use 1.8.116 (on iOS) maui issue original issue
No branches or pull requests
Hello,
I've been testing my Xamarin.Forms on iOS and ran into an error with the
WithChildren
methods.My code:
Where
DB
isSQLiteConnection
....Usually this works well, but sometimes when I open the app it gets stuck on this specific line, or a similar line containing
GetWithChildren
.I'm not sure what's going on, but it feels like some kind of deadlock issue in the library that seldom occurs but can happen.
Your help would be appreciated.
Versions:
The text was updated successfully, but these errors were encountered: