Skip to content

XML documention comment has incorrect remarks tag #60039

Closed
@gekka

Description

@gekka

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

XML documentation comments for IRazorViewEngine.FindPage has incorrent remarks tag.
However, the remarks tag has a incorrectly remarks tag.

Therefore, the generated XML file from this comment can not be correctly parsed because there is again a remarks tag within the remarks tag.

/// <remarks>
/// <remarks>Use <see cref="GetPage(string, string)"/> when the absolute or relative
/// path of the page is known.</remarks>
/// <seealso cref="IViewEngine.FindView"/>.
/// </remarks>

So, it has not been analyzed and is not shown in the Microsoft documentation site.

Expected Behavior

Delete inside tag.

/// <remarks>
/// Use <see cref="GetPage(string, string)"/> when the absolute or relative path of the page is known.
/// <seealso cref="IViewEngine.FindView"/>.
/// </remarks>

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version

No response

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templates

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions