dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.91k stars 475 forks source link

Version 9.0.0 of Aspire.Npgsql.EntityFrameworkCore.PostgreSQL Package Does Not Exist on NuGet #6697

Closed MarcelMichau closed 2 days ago

MarcelMichau commented 5 days ago

Is there an existing issue for this?

Describe the bug

Hi there!

Not sure if I might be missing something, but there does not seem to be a final 9.0.0 version of the Aspire.Npgsql.EntityFrameworkCore.PostgreSQL published to NuGet.

At time of writing, these are the available versions on NuGet:

Image

Expected Behavior

I expect a 9.0.0 version to be published to align with the .NET 9 release.

Steps To Reproduce

N/A

Exceptions (if any)

No response

.NET Version info

N/A

Anything else?

No response

joperezr commented 2 days ago

This is expected as the Npgsql EF package hadn't shipped stable when we were preparing our 9.0.0 build, so we shippied it as 9.0.0-rc.2... Now that they have shipped, we are getting ready to ship our 9.0.0 stable aspire integration in the next few days.

joperezr commented 2 days ago

Closing this as the change required for this was merged earlier today into release/9.0 branch. Feel free to reopen if you have any other questions.