Entity Developer V6.5.823

Released: Sep 13, 2019

V6.5.823 버젼 업데이트

기능

  • Improved integration with Microsoft Visual Studio 2019. Now the installation detects both 2019 Release and 2019 Preview versions.
  • Entity Framework 6.3 Preview 9 is supported for projects with target framework .NET Core 3 or .NET Standard 2.1

수정사항

  • Behaviour changed: names ending with "s" now have a longer version (for example, status -> statuses).
  • Fixed bug: invalid attempt to cast unsupported Visual Studio project to type 'VSLangProj.VSProject'.
  • Fixed bug detecting FK relation based on unique index without unique constraint (SQL Server).
  • NHibernate support
    • Fixed bug naming a composing unique key by Create Model Wizard / Update From Database Wizard.
  • Entity Framework support
    • Fixed bug with default Model-First mapping of System.DateTimeOffset in EF Core 2 model (SQL Server).
    • Fixed bug with code generation in EF Core (MySQL Connector/NET).
    • Fixed bug copying a property with Primary Key=True / Entity Key=True to a complex type.
    • Fixed bug naming a composing unique key by Create Model Wizard / Update From Database Wizard in EF Core