Skip to content

Conversation

BillWagner
Copy link
Member

@BillWagner BillWagner commented Oct 9, 2025

Consolidate existing errors and warnings into the consolidated file.
Search the roslyn source for related error codes.
@BillWagner BillWagner marked this pull request as ready for review October 9, 2025 21:02
@BillWagner BillWagner requested a review from a team as a code owner October 9, 2025 21:02
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.

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

Copy link
Contributor

@meaghanlewis meaghanlewis left a 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.

@BillWagner BillWagner merged commit 0010b40 into dotnet:main Oct 10, 2025
8 checks passed
@BillWagner BillWagner deleted the string-literal-issues branch October 10, 2025 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[C# 14-Errors and warnings]: New Feature - strings in data section

2 participants