-
-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
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
[BUG] The type initializer for 'Akavache.BlobCache' threw an exception. on net6.0-windows10.0.22000.0 #777
Comments
This one is a ongoing issue with Microsoft, there's a bug for tracking on the sqlite github which I'll find for you |
This is the local one and |
Suggested fix referencing SQLite didnt help:
Glenn told me I can try and tag you Mr. @ericsink . Can I provide any more info regarding this? |
Just to add
works fine After adding the version "10.0.22000.0' needed by other libraries makes it burn |
I have fiddled with the versions, seeing how low it will let me, due to BitmapImage I can go lowest:
But that version has the same issue still |
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:
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:
The text was updated successfully, but these errors were encountered: