Skip to content
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

Native AOT - Microsoft.Data.SQLite crashing #8704

Closed
JOULTICOA opened this issue Aug 22, 2023 · 1 comment
Closed

Native AOT - Microsoft.Data.SQLite crashing #8704

JOULTICOA opened this issue Aug 22, 2023 · 1 comment

Comments

@JOULTICOA
Copy link

Hello

I see this issue here, not sure if related dotnet/efcore#29725

I am using Visual Studio 2022 LTSC 17.4.4, targeting net7.0-windows

I ran "dotnet add package Microsoft.Data.Sqlite.Core --version 8.0.0-preview.7.23375.4" to install the package. perhaps this is a bad version to use in my situation?

I have a simple c# app that uses Microsoft.Data.SQLite, the SqliteConnection and SqliteCommand methods

It works 100% fine when built without AOT.

However when I publish it as AOT, I get an exception / crash. Exception code: 0x4b1b53b5 which seems meaningless on first glance

Is there some way to get more information about the crash or solve this issue?

Thank you

@roji
Copy link
Member

roji commented Aug 23, 2023

Closing as this belongs in https://github.com/dotnet/efcore.

@roji roji closed this as not planned Won't fix, can't repro, duplicate, stale Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants