Have the sudden urge to change the namespace in a project but uncertain how this is going to impact my EF core models ...
Ah found a good way to test this out. Can use `dotnet ef migrations sql -o data.sql` as a way of diffing my before / after SQL. This seems like a good way to validate the rename had no SQL impact
This seems to have worked. Verified that a simple namespace change, plus changing up the string literals in the migration files, produced no diff to the full migrations script.
Now though I'm worried. That was too easy. Easy is always scary. OMG what did I break? I must have broke something, now I don't know what it is???
You can follow @jaredpar.
Tip: mention @twtextapp on a Twitter thread with the keyword “unroll” to get a link to it.

Latest Threads Unrolled: