ericsink / SQLitePCL.raw

A Portable Class Library (PCL) for low-level (raw) access to SQLite
Apache License 2.0
512 stars 106 forks source link

System.Exception : Library e_sqlite3 not found #485

Closed pengweiqhca closed 2 years ago

pengweiqhca commented 2 years ago

Can't load e_sqlite3 on .NETFramework when use dotnet test, because dll be cached, Location != CodeBase and Location != Output Location assy.Location also include CodeBase

ericsink commented 2 years ago

Try setting "shadowCopy": false in xunit.runner.json.

pengweiqhca commented 2 years ago

Thanks, solved.