SQLite Connection Exception After Upgrade: Null Path in Path.Combine
Issue Overview: Null Path in Path.Combine During SQLiteConnection Initialization The core issue revolves around an ArgumentNullException being thrown during the initialization of the SQLiteConnection object after upgrading from version 1.0.117 to 1.0.118 of the System.Data.SQLite library. The exception occurs specifically in the Path.Combine method, which is called within the SQLiteConnection constructor. The problematic line of…