dotnet / aspire

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

[WebToolsE2E][Aspire] After installing Aspire 9.0 rc1, in Azure Functions with Aspire project, the version of the package "Aspire.Hosting.Azure.Functions" should be "9.0.0-rc.1.24511.1" instead of "9.0.0-preview.4.24511.1" #6332

Closed v-bennettyue closed 1 month ago

v-bennettyue commented 1 month ago

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install Dev17.12 Preview 3
  3. Install Aspire 9.0.0-rc.1.24511.1

REPRO STEPS

  1. File > New project > Azure Functions > .NET 8.0 Isolated, check 'Enlist in Aspire orchestration', Aspire version~9.0 > create
  2. Open AppHost.csproj file

Note: The "Aspire.Hosting.Azure.Functions" package versions in source "nuget.org", "dotnet9" and "dotnet8" do not have 9.0.0-rc.xxx

ACTUAL The version of package "Aspire.Hosting.Azure.Functions" is "9.0.0-preview.4.24511.1" instead of "9.0.0-rc.1.24511.1" Image

EXPECTED The version of package "Aspire.Hosting.Azure.Functions" is "9.0.0-rc.1.24511.1"

captainsafia commented 1 month ago

This is expected behavior.

We switched to shipping the Azure Functions support in preview so we expect the package version to not be an RC version.