Added support for SSL in .NET Standard 2.0 provider assemblies.
Added support for Proxy connections for SSL and HTTPS protocols.
Entity Developer
Support for Microsoft Entity Framework (EF) Core 2.1.
Query type support: classes now have Query Type property, and if it is set to true, this class is generated as a query type.
Lazy loading for Entity Framework Core 2.1:
Model now has the Use Lazy-Loading Proxies property, which enables lazy loading on the model level.
Navigation properties now have the Lazy property, which enables lazy loading for a specific navigation property.
Properties now have the Constructor Parameter property, for configuring a parameterized constructor of the class.
Added "Include Environment Variables" property to the EF Core template which determins whether context configuration will be extended with environment variables when a connection string from the appsettings.json file is used.
Added "Json File Base Path" property to the EF Core template which specifies the base path for file-based providers when a connection string from the appsettings.json file is used.