Skip to content

Improve clarity of error description in README#49

Merged
dex3r merged 1 commit into
mainfrom
readme-patch
Mar 4, 2026
Merged

Improve clarity of error description in README#49
dex3r merged 1 commit into
mainfrom
readme-patch

Conversation

@dex3r

@dex3r dex3r commented Mar 4, 2026

Copy link
Copy Markdown
Owner

No description provided.

@dex3r dex3r requested review from Copilot and removed request for Copilot March 4, 2026 19:15
@dex3r dex3r requested a review from Copilot March 4, 2026 19:19
@dex3r dex3r merged commit 152d43d into main Mar 4, 2026
7 checks passed
@dex3r dex3r deleted the readme-patch branch March 4, 2026 19:19

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the README to better explain how this project surfaces Roslyn Source Generator errors in the IDE, aiming to make the value proposition clearer for users evaluating the package.

Changes:

  • Rewrote the “Verbose and easy to understand errors” paragraph for clearer wording and more concrete description of the IDE experience.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Remove the guesswork from Source Generators mistakes.

Roslyn Source Generator projects often produce errors that are hard to understand. One of the main goals for this package is to make sure all errors, including user errors, setup errors, and edgecases are verbose and easily visible as an error line in your IDE.
Roslyn Source Generator projects often produce errors that are hard to understand. One of the main goals of this package is to make sure that any error - whether it’s a user mistake, a setup problem, or an edge case - shows up clearly in your IDE by highlighting the line that caused it.

Copilot AI Mar 4, 2026

Copy link

Choose a reason for hiding this comment

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

This sentence uses a typographic apostrophe (’ in “it’s”), which is the only occurrence in the README. Consider switching to a plain ASCII apostrophe (') to keep punctuation consistent and avoid potential copy/paste/encoding issues in some environments.

Suggested change
Roslyn Source Generator projects often produce errors that are hard to understand. One of the main goals of this package is to make sure that any error - whether its a user mistake, a setup problem, or an edge case - shows up clearly in your IDE by highlighting the line that caused it.
Roslyn Source Generator projects often produce errors that are hard to understand. One of the main goals of this package is to make sure that any error - whether it's a user mistake, a setup problem, or an edge case - shows up clearly in your IDE by highlighting the line that caused it.

Copilot uses AI. Check for mistakes.
@codecov

codecov Bot commented Mar 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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