Skip to content

Commit 7a59012

Browse files
BillWagnerCopilotgewarren
authored
Add help for C# 11 ref safety errors (#50090)
* Add errors listed in issue * first edit pass * final proofread Give the edits a final proofread * fix build warnings * warnings part 2 * Apply suggestions from code review Co-authored-by: Copilot <[email protected]> * warnings and feedback * YAML typo * Apply suggestions from code review Co-authored-by: Genevieve Warren <[email protected]> --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Genevieve Warren <[email protected]>
1 parent c21cfb5 commit 7a59012

File tree

5 files changed

+306
-168
lines changed

5 files changed

+306
-168
lines changed

.github/prompts/error-consolidation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Rework the highlighted section so the focus is on how to correct each error. Thi
6868

6969
## Verify error messages
7070

71-
For every line in this table, verify that the error message associated with this error code matches the verbatim text in CSharpResources.resx. You can find the mapping using ErrorCodes.cs:
71+
For every line in this list, verify that the error message associated with this error code matches the verbatim text in CSharpResources.resx. You can find the mapping using ErrorCodes.cs:
7272

7373
1. Find that number as a constant in `ErrorCodes.cs`.
7474
2. Locate the corresponding `data` element in CSharpResources.resx. The `name` atttribute should match the number of the constant.

0 commit comments

Comments
 (0)