Skip to content

Conversation

@alsi-lawr
Copy link

Resolves #25

@aelij
Copy link
Owner

aelij commented Apr 29, 2025

Thanks for the fix! Can you please just undo all the formatting changes?

@alsi-lawr
Copy link
Author

Thanks for the fix! Can you please just undo all the formatting changes?

Ah, sorry, I have csharpier set to format on save. I hadn't even noticed, I'll revert those.

@alsi-lawr
Copy link
Author

Thanks for the fix! Can you please just undo all the formatting changes?

Should be done now.

@aelij aelij requested a review from Copilot April 29, 2025 13:46
Copy link

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 PR adds functionality to copy XML documentation files alongside generated assemblies if they exist, ensuring that related documentation is maintained during build processes.

  • Added logic to identify and copy XML docs for the generated assembly.
  • Logs a message once the XML docs are successfully copied.
Files not reviewed (2)
  • src/IgnoresAccessChecksToGenerator.Tasks/IgnoresAccessChecksToGenerator.Tasks.csproj: Language not supported
  • test/IgnoresAccessChecksToGenerator.Test/IgnoresAccessChecksToGenerator.Test.csproj: Language not supported

@aelij aelij merged commit 8db5e92 into aelij:main Apr 29, 2025
1 check 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.

XML documentation is stripped by IgnoresAccessChecksToGenerator, breaking IntelliSense

3 participants