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 warning in CustomBuildEventArgs #10070

Merged
merged 1 commit into from
Apr 24, 2024
Merged

Fix warning in CustomBuildEventArgs #10070

merged 1 commit into from
Apr 24, 2024

Conversation

ghogen
Copy link
Contributor

@ghogen ghogen commented Apr 24, 2024

Fixes badly formatted caution/warning note and links.

Context

An XML doc comment was not rendering properly due to badly formatted Markdown in a CDATA section.

Changes Made

Add proper formatting for warning note.
Change severity level from Caution to Warning (more appropriate for this situation)
Remove redundant third link

Testing

Tested the equivalent fix in the MSBuild API docs repo:
dotnet/msbuild-api-docs#42

Notes

The fix in the API docs repo can be promoted live right away.
The fix here in MSBuild source will take effect once we rebuild the MSBuild API docs XML from source after the next dot release when the NuGet packages are republished.

@ghogen
Copy link
Contributor Author

ghogen commented Apr 24, 2024

@JanKrivanek

Copy link
Member

@JanKrivanek JanKrivanek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@JanKrivanek JanKrivanek merged commit 3d6a5af into dotnet:main Apr 24, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants