A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Thank you for reaching out.
The warning in Visual Studio appears because SQLitePCLRaw.lib.e_sqlite3.android and SQLitePCLRaw.lib.e_sqlite3.ios version 2.1.11 are currently flagged as having a known vulnerability. Visual Studio detects this and displays the security warning.
However, the issue you are seeing after updating the package appears to be different. The login page failure is likely not caused by the vulnerability warning itself. Based on the exception stack trace, the error is occurring during application startup while generating the access token and saving the push token, rather than during SQLite initialization.
Since you upgraded from SQLitePCLRaw 2.x to 3.x, which is a major version change, there may be a compatibility issue with other SQLite-related packages used in the application.
To help identify the root cause, please share the complete list of SQLite-related package references from your .csproj file, including any SQLitePCLRaw.*, sqlite-net-pcl, or other SQLite packages. This will help determine whether there is a package version mismatch after the upgrade.
If you found this information useful, kindly mark this as "Accept Answer" so that others facing similar issues can easily find the solution. We are closing this thread for now. If you encounter any further issues, please feel free to raise a new thread.