dotConnect for Dynamics 365 新版本发表

Released: Jun 6, 2019

V1.8.917 中的更新

特性

  • Added support for Entity Framework Core 2.2.4.
  • Deprecated design-time Synchronous API calls are no longer used with Visual Studio 2019 and Visual Studio 2017.

Released: Apr 11, 2019

V1.8.881 中的更新

特性

  • Adds support for Visual Studio 2019.

Released: Mar 28, 2019

V1.7.872 中的更新

特性

  • Support for Visual Studio 2019 Release Candidate 4.

Released: Jun 21, 2018

V1.7.687 中的更新

特性

Entity Developer

  • Support for Entity Framework 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...

Released: May 24, 2018

V1.6.667 中的更新

特性

  • Added support for Entity Framework Core 1.1.5 and 2.0.3.

Released: Feb 15, 2018

V1.6.601 中的更新

特性

Entity Developer

  • Support for ASP.NET Core MVC added to Data Annotations Metadata template.

修补程序

Entity Developer

  • Bug applying DevartEFCoreGenerator custom tool in Visual Basic .NET Core projects is fixed.

Released: May 25, 2017

V1.6.428 中的更新

修补程序

  • Fixed bug previewing a DataSet.

Released: Mar 2, 2017

V1.5.368 中的更新

特性

  • Adds support for Visual Studio 2017.

修补程序

  • Fixed "Stack empty" error after stopping validation and before code generation in a standalone version.
  • Fixed bug with the "Validate on Build" option in Model Settings.
  • Fixed compilation bug in the EF Core template after copying it to a model folder.

Released: Dec 22, 2016

V1.5.320 中的更新

特性

  • Install Wizard adds 'Do not install assemblies in the GAC' check box which allows you to not place the provider assemblies in the GAC.

修补程序

  • Fixed bug generating an error when using DynamicsMonitor on Linux.

Released: Sep 22, 2016

V1.5.259 中的更新

特性

  • Entity Framework Core 1.0.1 is now supported.

修补程序

  • Fixed bug where it was impossible to create a DynamicsConnection object.
  • Fixed bug where it was impossible to compile a project with the licenses.licx file.

Entity Framework

  • Fixed bug processing IN expressions in EF Core.
  • Fixed bug retrieving objects of the TPH hierarchy in the EF Core.