Skip to content

C#: Adjust comments and remove compilation warnings. #19309

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

Merged
merged 1 commit into from
Apr 16, 2025

Conversation

michaelnebel
Copy link
Contributor

This pull request includes changes to improve the readability and correctness of the XML documentation in the Semmle.Autobuild.Shared/Project.cs file. The most important change is the replacement of angle brackets with their HTML-encoded equivalents to ensure proper rendering in documentation.

The change was made with CoPilot in Agent mode and the PR description above was generated using CoPilot.

@michaelnebel michaelnebel marked this pull request as ready for review April 15, 2025 10:49
@Copilot Copilot AI review requested due to automatic review settings April 15, 2025 10:49
@michaelnebel michaelnebel requested a review from a team as a code owner April 15, 2025 10:49
@github-actions github-actions bot added the C# label Apr 15, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request updates the XML documentation in Project.cs to improve clarity and fix compilation warnings by replacing literal angle brackets with their HTML-encoded equivalents.

  • Replaced angle brackets in XML documentation with HTML entities to ensure proper rendering.
  • Adjusted comments for improved readability and compatibility with MSBuild documentation practices.

@michaelnebel michaelnebel merged commit 29be217 into github:main Apr 16, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants