
Adds support for Entity Framework Core 1.1.5 and 2.0.3.
Features
- Added destructor to DataContext class.
- Added support for Microsoft Entity Framework Core 1.1.5 and 2.0.3.
- Added the config.Workarounds.ProviderManifestToken option for setting the provider manifest token for all contexts within an application domain.
Fixes
- Fixed bug with missing Devart.Data.SQLite.Entity namespace in *.Designer.cs generated by Entity Framework Core 2 Code-First Migrations via Devart NuGet package.
- Fixed bug generating Guid literals in SQL statements, when a connection string includes "BinaryGUID=False;".