dotConnect for PostgreSQL 8.4.235

Released: Apr 24, 2025

8.4.235 での更新項目

機能

  • Added support for Microsoft Visual Studio 2022 version 17.14 Preview.
  • Added Microsoft .NET 5 assembly to the Devart.Data.PostgreSql NuGet package.

Entity Framework support

  • Updated support for Entity Framework Core 9 to version 9.0.2.
  • Updated support for Entity Framework Core 8 to version 8.0.13.

不具合の修正

  • Fixed an issue with X.509 certificate-based TLS connections on Linux for .NET 5 and higher.
  • Fixed an issue causing slow connections to dbMonitor on systems using the IPv6 protocol.

Entity Framework support

  • Fixed an issue with using .Contains() on a collection in EF Core 9.
  • Fixed an issue causing the "Niladic function 'Edm.AsExtendedText' cannot have parameters" error when using NetTopologySuite in EF Core.
  • Fixed an issue causing the "Index was out of range" error when using .Include() in LINQ queries with EF Core 9.
  • Fixed an issue causing a NullReferenceException when processing subqueries in EF Core 9.

Entity Developer

  • Fixed an issue with NuGet package installation on the final step of the Create Model Wizard when Entity Developer was run inside Visual Studio.
  • Fixed an issue with code generation for nullable collections that occurred when the Collection Initialization Type was set to "None" in template options for EF Core models.
  • Fixed an issue with creating new composite unique keys in EF Core models.
  • Fixed an issue in Generate Database Script wizard that caused duplicated index names and incorrect ordering of primary key columns for derived classes using Table-Per-Type (TPT) inheritance in EF Core models.
  • Fixed an issue that caused the "The request was aborted: a protected SSL/TLS channel could not be created" error during application startup.
  • Fixed an issue where stored procedures were incorrectly detected as functions.
  • Fixed an issue with mapping composite foreign key columns.