The Code-First Migration operations RenameColumn (SQLite 3.25 and above) and DropColumn (SQLite 3.35 and above) are now natively supported in Entity Framework 4/5/6 and Entity Framework Core 1/2/3/5.
The implementation of config.CodeFirstOptions.TruncateLongDefaultNames in Entity Framework 6 Microsoft .NET Standard compliant assemblies has been improved: the generated names are constant, independent on a current domain and workstation.
Microsoft Visual Studio 2019 Preview support has been discontinued.