The below error occurs when the calling project doesn't have a reference to System.Data.Sqlite. This message instructs to use Microsoft's provider for .NET core projects. But it is misleading, as the Sqlite provider seems to have changed from Microsoft.Data.Sqlite to System.Data.Sqlite in Westwind.Utilities. The message may be changed to "Unable to load SqLite Data Provider. Make sure you have a reference to System.Data.SQLite"
The below error occurs when the calling project doesn't have a reference to System.Data.Sqlite. This message instructs to use Microsoft's provider for .NET core projects. But it is misleading, as the Sqlite provider seems to have changed from Microsoft.Data.Sqlite to System.Data.Sqlite in Westwind.Utilities. The message may be changed to "Unable to load SqLite Data Provider. Make sure you have a reference to System.Data.SQLite"
https://github.com/RickStrahl/Westwind.Globalization/blob/a4d0b9a83489d81aeb41be648b019b2f62631b14/src/Westwind.Globalization/DbResourceDataManager/DbResourceDataManagers/DbResourceSqLiteDataManager.cs#L187