A repository containing a sample project to demonstrate a potential bug in the EFCore migration APIs
An SQL Server 2016+ installation, locally preferably, since it's setup expecting that.
- Run the application
- Follow the application prompts
- When it comes to executing the PowerShell script, you could equally use SQL Server Management Studio to enable column encryption on the generated table (Content column)
- Continue on to migration - at this stage the application will try to use
InsertData
to add new data to the migrated database
We expect this to work, but it throws an exception instead.