You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment with the aspire add command we don't really give anyone next steps once they have installed a package. So folks may not necessarily know that they need to jump in and update Program.cs to make use of the hosting integration.
I think we should point people at some docs specific to each package. It might make sense to point at the README.md file on NuGet if we know that the package source was NuGet.
Example output:
aspire add redis
The [email protected] package was installed.
View the README.md at https://www.nuget.org/packages/Aspire.Hosting.Redis/9.0.0
The text was updated successfully, but these errors were encountered:
At the moment with the
aspire add
command we don't really give anyone next steps once they have installed a package. So folks may not necessarily know that they need to jump in and updateProgram.cs
to make use of the hosting integration.I think we should point people at some docs specific to each package. It might make sense to point at the
README.md
file on NuGet if we know that the package source was NuGet.Example output:
The text was updated successfully, but these errors were encountered: