andrewndavis
Results
3
comments of
andrewndavis
You can get around this issue by opening the generated migration file and replace the migrationBuilder.RenameColumn command with the following: ` //Change table name so we can copy data to...
I'm not the author of this, but I ran into the same issue and it turns out it was a bit of an oopsie on my part. For this to...
Can you post the code from your MainActivity.cs from your Android project?