-
Notifications
You must be signed in to change notification settings - Fork 589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No option for Adding .NET Aspire Support #8646
Comments
Hi @dajma00 - thank you for posting this issue. I just tried this locally, and I am seeing the option that you're missing. Let's start by verifying the version of Visual Studio that you're on, could you please share that? Help > About Microsoft Visual Studio Then tell me the version... |
I am on Visual Stuido 2022 version 17.13.5. I see the option in recently added AI Extensions template from Steve Sanderson. However, I have an older Blazor project that was started as a .NET7 Blazor server app which is now upgraded to .NET9. I don't see the Aspire option for that project. |
Aspire supports .NET 8 and 9 |
So this app has been upgraded to .NET9, that is what I am trying to figure out:
and this is what I see: |
Yeah, I would expect that to work too, @dajma00. I think this is a product issue, not a docs issue. Do you agree @davidfowl? |
Type of issue
Missing information
Description
I am trying to add .NET Aspire support to an existing Blazor server application that was initially started with .NET7 and later upgraded to .NET9. When I go into Add option by right clicking the project in Visual Studio 2022, I don't see the Add .NET Aspire Support option there. Instead I see Add Telemetry option.
We need improvement in the docs to guide what to do when the option to .NET Aspire is not seen.
Page URL
https://learn.microsoft.com/en-us/dotnet/aspire/get-started/add-aspire-existing-app?tabs=windows
Content source URL
https://github.com/dotnet/docs-aspire/blob/main/docs/get-started/add-aspire-existing-app.md
Document Version Independent Id
8fd88d3c-cf2c-973d-e88b-83e552cd8fa0
Platform Id
e910e88b-fdb8-ee4b-83d3-e833e605bd03
Article author
@IEvangelist
Related Issues
The text was updated successfully, but these errors were encountered: