In a .NET Core project (library), using Entity Framework, the database generation fails when establishing the model. Could not load assembly 'xxx'. Ensure it is referenced by the startup project 'xxx'. Switching to 64-bit can resolve the issue. Assuming ef cod…