You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <seecref="GetPage(string, string)"/> when the absolute or relative
/// path of the page is known.</remarks>
/// <seealsocref="IViewEngine.FindView"/>.
/// </remarks>
/// <remarks>
/// Use <seecref="GetPage(string, string)"/> when the absolute or relative path of the page is known.
/// <seealsocref="IViewEngine.FindView"/>.
/// </remarks>
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
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 theremarks
tag.So, it has not been analyzed and is not shown in the Microsoft documentation site.
Expected Behavior
Delete inside tag.
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: