dotConnect for Salesforce Marketing Cloud Releases

Released: Jan 17, 2024

Updates in 2.1.10

Funktionen

  • Added support for Microsoft .NET 8.
  • Added support for Microsoft Visual Studio 2022.
  • Microsoft Visual Studio 2022 version 17.9 Preview is now supported.

Entity Framework support

  • Entity Framework Core 8.0.0 is now supported.
  • Entity Framework Core 7.0.14 is now supported.
  • Entity Framework Core 6.0.25 is now supported.

Entity Developer

  • EF Core 8 has been added to the list of available Entity Framework versions in Create Model Wizard and Model Settings in EF Core Model.
  • .NET 8 has been...

Released: Nov 16, 2023

Updates in 2.0.0

Funktionen

  • Microsoft .NET Core is now supported.
  • Added Microsoft .NET 5, .NET 6, and .NET 7 compatibility.
  • The NuGet package 'Devart.Data.ExactTarget' with .NET Core compliant assemblies has been uploaded to NuGet.

Entity Framework support

  • EF Core 5, EF Core 6, and EF Core 7 are now supported.
  • The NuGet package 'Devart.Data.ExactTarget.EFCore' with .NET Core compliant assemblies has been uploaded to NuGet.

Released: Jun 1, 2023

Updates in V1.9.1814

Funktionen

Entity Developer

  • The behavior has been changed: The primitive properties by default now have Inheritance Modifier = None.

Fehlerkorrekturen

Entity Developer

  • Fixed the bug with the detection of non-existent changes while updating a model from a database.
  • Fixed the bug with missing model context namespace in EntityFrameworkUnitOfWork.cs produced by the Repository And Unit of Work template (C#) in EF Core.

Released: Mar 1, 2023

Updates in V1.9.1797

Funktionen

Microsoft Entity Framework support

  • Entity Framework Core 3.1.32 is now supported.

Entity Developer

  • Added new extended properties 'Do Not Generate Serializable Attribute' and 'Do Not Serialize' for complex types in Entity Framework Core Model.

Fehlerkorrekturen

Entity Developer

  • Fixed the bug with applying the Generate Serializable Attributes and Serialization Library settings of the Entity Framework Core template to the generated complex types.

Released: Jun 30, 2022

Updates in V1.9.1659

Funktionen

Entity Framework support

  • Added Entity Framework Core 3.1.25 support.

Released: Jan 25, 2022

Updates in V1.9.1579

Funktionen

Entity Developer

  • Changed behavior: Turning off the "Save connection to" option in Model Settings of Entity Framework Core Model wipes out connection string literal from the generated code.

Released: Dec 21, 2021

Updates in V1.9.1555

Funktionen

Entity Developer

  • Improved model validation: the errors are generated for all entities with QueryType=True in Entity Framework Core Model when Entity Framework Core version=EF Core 1 in Model Settings.

Entity Framework support

  • Entity Framework Core 3.1.22 is now supported.

Fehlerkorrekturen

Entity Developer

  • Fixed the bug with wrong automatic assigning QueryType=True for views added to Entity Framework Core Model, when Entity Framework Core version=EF Core 1 in Model Settings.
  • Fixed the...

Released: Nov 9, 2021

Updates in V1.9.1527

Funktionen

Entity Framework support

  • Added support for Entity Framework Core 3.1.21.

Fehlerkorrekturen

Entity Developer

  • Fixed the bug with parsing discriminator value as string, even when its type is different, in TPH inheritance of Entity Framework Core Model.

Released: Oct 21, 2021

Updates in V1.9.1514

Funktionen

  • Microsoft Visual Studio 2019 Preview support has been discontinued.

Entity Framework support

  • Added support for Entity Framework Core 3.1.20.

Fehlerkorrekturen

Entity Developer

  • Fixed the bug with launching Entity Developer after applying Windows 10 Update KB5006670 and Windows 11 Update KB5006674.

Released: Sep 28, 2021

Updates in V1.9.1498

Funktionen

Entity Developer

  • Added new Validation Framework property to the Data Transfer Object template for generating DataAnnotation attributes.
  • Added new "Save connection to" option to Entity Framework Core Model Settings which adds the ability to store the connection string in "Model file", "Entity Developer storage" and "Environment variable".
  • Added new "Enum Output" option to the Entity Framework Core template to specify the output for generated enums.
  • Added new property "Generate...