NRE in Sqlite's 3 preview 5 #16044
Labels
area-adonet-sqlite
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-bug
Milestone
I have migrated my existing .NET core application to .NET Core 3.0 Preview 5 and also updated
Microsoft.Data.Sqlite
from2.2.4
to3.0.0-preview5.19227.1
. With the new version, I'm getting a NullReferenceException I didn't get before.In my constructor, I build a command:
and later, I issue that command:
With preview5, I'm consistently hitting that
FailFast
with the exceptionUsing 2.2.4 instead of the preview still works fine on
netcoreapp3.0
Further technical details
EF Core version: 3.0.0-preview5.19227.1
Database Provider: Microsoft.Data.Sqlite
Operating system: Linux/arm
IDE: VS 16.1.1
The text was updated successfully, but these errors were encountered: