-
Notifications
You must be signed in to change notification settings - Fork 6k
Add and consolidate error codes related to string literals #49049
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
Conversation
Consolidate existing errors and warnings into the consolidated file.
Search the roslyn source for related error codes.
Combine existing content into themes.
There was a problem hiding this 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 consolidates error codes related to string literals into a centralized documentation page. The primary purpose is to improve the organization and discoverability of string literal error documentation by moving related errors from individual files into a comprehensive reference.
- Consolidates string literal errors from individual error code files into a single comprehensive page
- Removes redundant individual error documentation files and redirects them to the consolidated page
- Updates the table of contents to reflect the new structure
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
docs/csharp/language-reference/compiler-messages/string-literal.md | Main consolidation page with comprehensive coverage of string literal errors |
docs/csharp/language-reference/toc.yml | Updates TOC entries to reflect consolidated structure |
docs/csharp/misc/sorry-we-don-t-have-specifics-on-this-csharp-error.md | Removes error codes now covered in consolidated page |
docs/csharp/misc/cs1039.md | Deleted individual error file |
docs/csharp/misc/cs1012.md | Deleted individual error file |
docs/csharp/misc/cs1011.md | Deleted individual error file |
docs/csharp/language-reference/compiler-messages/cs1009.md | Deleted individual error file |
.openpublishing.redirection.csharp.json | Adds redirections from deleted files to consolidated page |
.github/prompts/error-consolidation.md | Documentation for the consolidation process |
docs/csharp/language-reference/compiler-messages/string-literal.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes LGTM @BillWagner.
Fixes #46454
Add new error codes for string literals in the data section. Consolidate other errors and warnings related to string literals and constants.
Internal previews