I am trying to get the tutorial on https://docs.efproject.net/en/latest/platforms/uwp/getting-started.html working using a Template 10 blank app template but the migration fails when I try Add-Migration MyFirstMigration
and get the error Object reference not set to an instance of an object
. When I try this in a regular blank app it works perfectly but not with the other template. Any idea what's wrong?
Asked
Active
Viewed 152 times
2

Andres Z.
- 36
- 6
-
are you using Rc2 of EF? – mvermef Jun 22 '16 at 03:24
-
Apparently I am. (Microsoft.EntityFrameworkCore.SQLite 1.0.0-rc2-final) – Andres Z. Jun 22 '16 at 04:28
-
I have seen this but it didn't matter if it was template10 or standard uwp app – mvermef Jun 23 '16 at 01:35
-
1more than likely a EFC issue – mvermef Jun 24 '16 at 00:43