Open cyungmann opened 3 months ago
Appears related to https://github.com/ericsink/cb/issues/27
As mentioned in ericsink/cb#27 which you linked, I don't know of a good solution to this. The older builder images for GH actions went away, so I needed to update.
The same issue, I don't know of a good solution to this.
SQLitePCLRaw handles many platforms and configurations. If you are having trouble, we typically need a LOT of information from you in order to help figure out what is going wrong.
The following questions are provided to help you see what kinds of information we need:
What version of SQLitePCLRaw are you using? 2.1.5
If you are using one of the SQLitePCLRaw bundle packages, which one? SQLitePCLRaw.bundle_e_sqlite3
What platform are you running on? What operating system? Which version? What CPU? linux-x64 CentOS 7 or RHEL 7
What target framework are you building for? net6.0
Are you on .NET Framework or the newer stuff (.NET Core, .NET 5+, etc)? .NET 6
Are you using the command line, or an IDE? Which IDE? Which version of that IDE? Happens when building with Visual Studio 2022 or with dotnet CLI
Is this problem something that just started happening? For example, were things working well for you and then you updated something and then the problem showed up? What changed? Things were working with version 2.0.6 and upon upgrading to 2.1.6 things stopped working. I bisected the versions and found that things seem to break with version 2.1.5.
What is the exact error message you are seeing when the problem happens?
Are you using
PackageReference
orpackages.config
? PackageReferenceIf you are using mobile platforms, are you on classic/legacy Xamarin or on .NET 6 and higher? N/A
Sometimes other packages using SQLitePCLRaw cause problems when they are mixed together. What other packages are you including in your project? None
How can we reproduce the problem you are seeing? Your issue will get attention much faster if you attach a minimal reproduction sample project. I have a minimal repro at https://github.com/cyungmann/sqlite-test. Simply clone that repository and use PowerShell to execute the Invoke-Test.ps1 script.