Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ You can browse the generated code live in the `IL Viewer` window of your IDE:

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.

<img width="626" height="98" alt="image" src="https://github.com/user-attachments/assets/cfe7544f-05b8-4e33-bacd-a35c23a5bae7" />

Expand Down