New build of LinqConnect 4.9.2197 is available!

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New build of LinqConnect 4.9.2197 is available!

Post by Devart » Thu 01 Apr 2021 14:22

Dear users,

New build of LinqConnect 4.9.2197 is available for download now.

In this version:
  • Visual Studio 2019 version 16.10 Preview is supported
Entity Developer
  • .NET 6.0 is added to the list of available Target Framework versions in Create Model Wizard and Model Settings
  • The new options "Don't show this message again" in the prompt window and "Prompt before generating code when there are model validation warnings" in the menu Options are implemented in a standalone Entity Developer to provide the ability not to stop code generation by warnings
  • The Data Transfer Object template is improved:
    • The new template property Serialization Library is added for specifying library used for serialization, possible values are Data Contract, JSON (Newtonsoft.Json), JSON (Microsoft.Text.Json), YamlDotNet
    • The new extended property Do Not Serialize is added for properties and navigation properties to exclude them from serialization
    • The new extended property Serialization Name is added for properties and navigation properties to set custom names in serialization
    • The behavior is changed: WCF Data Contract Attributes is set to False by default now
  • The following properties are marked as obsolete:
    • the WCF Data Contract Attributes property of the Data Transfer Object template
    • the WCF DataMember Attribute on Navigation Properties property of the Data Transfer Object template
  • The bug with creating app.config in Visual Studio .NET Core projects is fixed

Devart development team
http://www.devart.com/linqconnect/

Locked