Skip to content

Plaintext review #30

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 21 commits into from
Apr 9, 2025
Merged

Plaintext review #30

merged 21 commits into from
Apr 9, 2025

Conversation

a-gubskiy
Copy link
Collaborator

No description provided.

@a-gubskiy a-gubskiy requested a review from Copilot April 9, 2025 17:50
@a-gubskiy a-gubskiy self-assigned this Apr 9, 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.

Copilot reviewed 17 out of 19 changed files in this pull request and generated 2 comments.

Files not reviewed (2)
  • src/Render/BitzArt.XDoc.PlainText/BitzArt.XDoc.PlainText.csproj: Language not supported
  • tests/Render/BitzArt.XDoc.PlainText.Tests/BitzArt.XDoc.PlainText.Tests.csproj: Language not supported

@a-gubskiy a-gubskiy requested a review from Copilot April 9, 2025 18:58
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.

Copilot reviewed 17 out of 19 changed files in this pull request and generated 2 comments.

Files not reviewed (2)
  • src/Render/BitzArt.XDoc.PlainText/BitzArt.XDoc.PlainText.csproj: Language not supported
  • tests/Render/BitzArt.XDoc.PlainText.Tests/BitzArt.XDoc.PlainText.Tests.csproj: Language not supported
Comments suppressed due to low confidence (1)

src/Render/BitzArt.XDoc.PlainText/MemberIdentifier.cs:92

  • Changing the TryCreate method parameter from a nullable string to a non-nullable string may break existing calls that pass null. Consider handling null inputs gracefully or documenting the change to ensure backward compatibility.
public static bool TryCreate(string value, out MemberIdentifier? cref)

…iesDocumentationConfigurator.cs

Co-authored-by: Copilot <[email protected]>
@a-gubskiy a-gubskiy requested a review from Copilot April 9, 2025 19:03
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.

Copilot reviewed 17 out of 19 changed files in this pull request and generated 1 comment.

Files not reviewed (2)
  • src/Render/BitzArt.XDoc.PlainText/BitzArt.XDoc.PlainText.csproj: Language not supported
  • tests/Render/BitzArt.XDoc.PlainText.Tests/BitzArt.XDoc.PlainText.Tests.csproj: Language not supported
Comments suppressed due to low confidence (1)

tests/Render/BitzArt.XDoc.PlainText.Tests/PlainTextRendererTests.cs:108

  • The test 'Render_NormalizesMultipleLinesToSingleLine_WhenForceSingleLineIsTrue' expects output with newline characters, which contradicts the test title that implies single-line normalization. Please verify if the expected behavior matches the intended specification.
Assert.Equal("Line1\nLine2\nLine3", result);

@a-gubskiy a-gubskiy merged commit 376d9e0 into main Apr 9, 2025
3 checks passed
@a-gubskiy a-gubskiy deleted the plaintext-review branch April 9, 2025 19:16
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.

2 participants