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

Editor quick help link goes to generic landing page for error rather than the page for the error (Code analysis) #56514

Open
vsfeedback opened this issue Jun 28, 2024 · 0 comments
Labels
analyzer Indicates an issue which is related to analyzer experience area-minimal Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc Author: Migration Bot 🤖 The issue was created by a issue mover bot. The author may not be the actual author. bug This issue describes a behavior which is not expected - a bug.

Comments

@vsfeedback
Copy link

This issue has been moved from a ticket on Developer Community.


Repo Steps

  1. Open an aspire api project
  2. Add a new route with a parameter (Note: This code is incomplete but that shouldn't impact the bug indeed the help documentation gives an example of what needs to be done to complete the code.)
app. MapGet("summary/{Id}", () =>
{
    return summaryFactory.Get(Id);
});
  
  1. Hover over the `{Id}’ for the quick help
  2. Click on the help link

image.png

Expected

Open browser at the documentation for that error: https://learn.microsoft.com/en-us/aspnet/core/diagnostics/asp0018?view=aspnetcore-8.0.

Actual

Browser opens at the generic landing page https://learn.microsoft.com/en-us/aspnet/core/diagnostics/code-analysis?view=aspnetcore-8.0.


Original Comments

Feedback Bot on 6/20/2024, 06:36 PM:

(private comment, text removed)

Feedback Bot on 6/24/2024, 02:54 AM:

(private comment, text removed)


Original Solutions

(no solutions)

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates label Jun 28, 2024
@dotnet-policy-service dotnet-policy-service bot added the Author: Migration Bot 🤖 The issue was created by a issue mover bot. The author may not be the actual author. label Jun 28, 2024
@MackinnonBuck MackinnonBuck added bug This issue describes a behavior which is not expected - a bug. analyzer Indicates an issue which is related to analyzer experience area-minimal Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc and removed area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates labels Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer Indicates an issue which is related to analyzer experience area-minimal Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc Author: Migration Bot 🤖 The issue was created by a issue mover bot. The author may not be the actual author. bug This issue describes a behavior which is not expected - a bug.
Projects
None yet
Development

No branches or pull requests

2 participants