Skip to content

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

Open
@vsfeedback

Description

@vsfeedback

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Author: Migration Bot 🤖The issue was created by a issue mover bot. The author may not be the actual author.analyzerIndicates an issue which is related to analyzer experiencearea-minimalIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcbugThis issue describes a behavior which is not expected - a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions