Unloading broken assembly Assets/Resources/System.Data.SQLite.Linq.dll, this assembly can cause crashes in the runtime

I am trying to use Sqlite with LINQ in my project, but getting the below error when copying the dll to the directory:

Unloading broken assembly Assets/Resources/System.Data.SQLite.Linq.dll, this assembly can cause crashes in the runtime

Anybody have ideas on why this is happening? How could I resolve this?

Upgrading to latest Unity (2018.3.6) resolved this.