I have been running a large number of unit tests, and am on occasion seeing a NullReferenceException that the stack trace indicates is arising in SqliteConnection.Close. The call to the Close method ...
When developing database-driven .NET and .NET Core, regardless of the database we intend to deploy in the end, we will often want to work with a database engine that is lightweight and fast, in order ...
at Microsoft.Data.Sqlite.SqliteConnection.BeginDbTransaction (IsolationLevel isolationLevel) at System.Data.Common.DbConnection.BeginDbTransactionAsync (IsolationLevel isolationLevel, ...