You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,3 +56,7 @@ public class MyDbContextContextInitializer : SqliteDropCreateDatabaseAlways<MyDb
56
56
}
57
57
}
58
58
```
59
+
60
+
## Hints
61
+
If you try to reinstall the NuGet-Packages (e.g. if you want to downgrade to .NET 4.0) the app.config will be overwritten and you may gettubg an exception when you try to run the console project.
62
+
In this case please check the following issue: https://github.com/msallin/SQLiteCodeFirst/issues/13.
0 commit comments