aspire icon indicating copy to clipboard operation
aspire copied to clipboard

Aspire.Npgsql.EntityFrameworkCore.PostgreSQL has not been updated to the latest version 13.0.0

Open jiangzm opened this issue 2 months ago • 2 comments

Hi team,

First of all, thank you for your great work on Aspire!

I’ve noticed that Aspire and most of its related packages have been upgraded to version 13.0.0, but the package Aspire.Npgsql.EntityFrameworkCore.PostgreSQL is still on version 9.5.2.

Could you please clarify whether there are plans to update this package to align with the rest of the Aspire ecosystem? If it’s intentionally left behind, it would be great to know the reason or the expected timeline for the update.

Thanks again for maintaining this awesome project! 🙌

Version list:

Aspire: 13.0.0 Aspire.Hosting.SqlServer: 13.0.0 Aspire.Hosting.PostgreSQL: 13.0.0 Aspire.Microsoft.EntityFrameworkCore.SqlServer: 13.0.0

Aspire.Npgsql.EntityFrameworkCore.PostgreSQL: 9.5.2

Nuget screenshot

Image

jiangzm avatar Nov 13 '25 03:11 jiangzm

There needs to be a stable 10.0.0 release for the Npgsql.EntityFrameworkCore.PostgreSQL package first.

https://github.com/dotnet/aspire/blob/57c40672fe3c81d55f13be388397c9da442f9f84/src/Components/Aspire.Npgsql.EntityFrameworkCore.PostgreSQL/Aspire.Npgsql.EntityFrameworkCore.PostgreSQL.csproj#L22

david-jarman avatar Nov 14 '25 16:11 david-jarman

@roji do you have an ETA on this?

david-jarman avatar Nov 14 '25 16:11 david-jarman

@roji do you have an ETA on this?

https://github.com/npgsql/efcore.pg/issues/3656#issuecomment-3538591239 https://github.com/npgsql/npgsql/pull/6311#pullrequestreview-3460303573

Would it be an idea to release Aspire packages also as pre-releases? Like in this case when a dependency have release candidates for a while

2mas avatar Nov 18 '25 15:11 2mas

FYI Npgsql and EFCore.PG 10 are out and available on nuget.org.

roji avatar Nov 22 '25 17:11 roji

Liftoff https://www.nuget.org/packages/Npgsql!

davidfowl avatar Nov 22 '25 18:11 davidfowl

Can't the Aspire.Npgsql.EntityFrameworkCore.PostgreSQL package be updated separately?

Do we have to wait for the release of Aspire 13.1 together?

niltor avatar Nov 24 '25 11:11 niltor

Can't the Aspire.Npgsql.EntityFrameworkCore.PostgreSQL package be updated separately?

Do we have to wait for the release of Aspire 13.1 together?

+1 - also remember to update Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL as well.

SigurdEEspersen avatar Nov 24 '25 15:11 SigurdEEspersen

This has now been released. https://www.nuget.org/packages/Aspire.Npgsql.EntityFrameworkCore.PostgreSQL/13.0.1

eerhardt avatar Nov 26 '25 20:11 eerhardt