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

Fix incorrect paragraph elements in XML docs #47817

Merged
merged 2 commits into from
Apr 21, 2023
Merged

Conversation

JamesNK
Copy link
Member

@JamesNK JamesNK commented Apr 21, 2023

<p> isn't a valid XML doc tag. It should be <para> - https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/recommended-tags#para

Before:

image

After:

image

@JamesNK JamesNK enabled auto-merge (squash) April 21, 2023 07:11
@JamesNK JamesNK merged commit 900660b into main Apr 21, 2023
@JamesNK JamesNK deleted the jamesnk/xmldocs-para branch April 21, 2023 08:20
@ghost ghost added this to the 8.0-preview4 milestone Apr 21, 2023
@amcasey amcasey added area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlesware and removed area-runtime labels Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlesware
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants