Open
Description
Describe the bug
After upgrade from NET 5 to NET 6 with the latest version of Akavache 8.1.1 I am getting this error:
System.TypeInitializationException: 'The type initializer for 'Akavache.BlobCache' threw an exception.'
DllNotFoundException: Unable to load DLL 'e_sqlite3' or one of its dependencies: The specified module could not be found. (0x8007007E)
Changing back to NET 5 makes it work
Steps To Reproduce
-
Create project
-
setup
<TargetFramework>net6.0-windows10.0.22000.0</TargetFramework>
-
Install akavache
-
and setup initialization:
Akavache.Registrations.Start("Akavache_install_test");
BlobCache.EnsureInitialized();
Metadata
Metadata
Assignees
Labels
No labels