dotnet / docs-aspire

This repository contains .NET Aspire documentation.
https://learn.microsoft.com/dotnet/aspire
MIT License
83 stars 111 forks source link

[WebToolsE2E][Multiple docs] The "Install .NET Aspire" section in the ".NET Aspire setup and tooling" document should be based on Aspire 9.0.0 instead of Aspire 8. #2021

Open ymmendoza opened 2 weeks ago

ymmendoza commented 2 weeks ago

Describe the issue or suggestion

Issue description We need to update the instructions in the ".NET Aspire tooling - .NET Aspire | Microsoft Learn" document.

Code Resources: https://github.com/dotnet/docs-aspire/blob/70510f8794568e4a5f1e75b32752cfb50fd6afa3/docs/fundamentals/setup-tooling.md?plain=1#L29C2-L29C99

Issue1: This version should change to 17.12 instead of 17.9 Image

Issue 2: VS 17.12 includes Aspire 9.0 templates instead of .NET Aspire SDK by default Image

Issue 3: .NET Aspire SDK does not need to be mentioned as a prerequisite because it's a NuGet package.

Issue 4: A note should be added before this section, such as "If you want to use Aspire 8.2.2, you can install the . NET Aspire SDK according to the steps below" Image


Associated WorkItem - 341101

davidfowl commented 2 weeks ago

Aspire 9 hasn't shipped yet see https://github.com/dotnet/docs-aspire/pull/1867

v-elenafeng commented 2 weeks ago

Hi @davidfowl, we're testing the documentation for aspire 9 GA, shouldn't we update the tutorials in the draft based on current realities?

davidfowl commented 2 weeks ago

Oh was this using the draft?

cc @IEvangelist

balachir commented 1 week ago

Added one additional issue to the list above regarding .NET Aspire SDK not needing to be mentioned as a prerequisite.