Skip to content
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

[WebToolsE2E][Aspire][Document]Some more updates are needed to "Use .NET Aspire messaging components in ASP.NET Core" instructions using VS with aspire #718

Closed
v-yuwzh opened this issue Apr 24, 2024 · 1 comment
Assignees
Labels
duplicate Indicates issues or PRs that are duplicate of existing ones [org][type][category]

Comments

@v-yuwzh
Copy link

v-yuwzh commented Apr 24, 2024

Describe the issue or suggestion

Issue description
In "Use .NET Aspire messaging components in ASP.NET Core" doc, we need to make some updates to the instructions for Preview 6.

Issue 1: For Add the .NET Aspire component to the API section, document lets add below code,
image
after add this code "builder.AddAzureServiceBus("serviceBusConnection");" will meet below error. change to this code "builder.AddAzureServiceBusClient("serviceBusConnection");" will resolve this issue, so need update the document.
image

Issue 2; For Add the .NET Aspire component to the API section, when copy below code to machine ,
image
It will meet below issue as below screenshot, so need update the document.
image

Issue 3 For Create the API endpoint section, document lets copy below codes,
image
After add below code, it will show an error, when add ";" in line 38, this error will disappear, so the document. need update.
image

@dotnet-bot dotnet-bot added the ⌚ Not Triaged Not triaged label Apr 24, 2024
@v-yuwzh v-yuwzh changed the title [WebToolsE2E][Aspire][Document]some more updates are needed to "Use .NET Aspire messaging components in ASP.NET Core" instructions using VS with aspire [WebToolsE2E][Aspire][Document]Some more updates are needed to "Use .NET Aspire messaging components in ASP.NET Core" instructions using VS with aspire Apr 24, 2024
@IEvangelist IEvangelist self-assigned this Jun 5, 2024
@IEvangelist IEvangelist added duplicate Indicates issues or PRs that are duplicate of existing ones [org][type][category] 🗺️ reQUEST Triggers an issue to be imported into Quest. and removed 🗺️ reQUEST Triggers an issue to be imported into Quest. ⌚ Not Triaged Not triaged labels Jun 5, 2024
@IEvangelist
Copy link
Member

Closing as duplicate of #489 - and being addressed as part of #1043

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Indicates issues or PRs that are duplicate of existing ones [org][type][category]
Projects
None yet
Development

No branches or pull requests

3 participants