Open
Description
I also have the same issue as e.g. on Windows need to generate my binary module using dotnet publish -r win10-x64
rather than dotnet publish
to make it work locally (I believe the issue is to do with the SQLite driver for EF Core).
This makes it a bit tricky to publish a cross-platform binary module via PowerShell Gallery....