Skip to content

Commit 566837f

Browse files
authored
Categories for C# 8 diagnostics (#54100)
No visible changes. Capture the groups of errors in the C# 8 range, for undocumented errors are warnings.
1 parent 22a47f4 commit 566837f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/csharp/misc/sorry-we-don-t-have-specifics-on-this-csharp-error.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,24 +227,33 @@ f1_keywords:
227227
- "CS8384"
228228
- "CS8385"
229229
# C# 8.0 diagnostics
230+
## Async enumerables
230231
- "CS8412"
231232
- "CS8413"
232233
- "CS8414"
233234
- "CS8415"
234235
- "CS8419"
235236
- "CS8420"
237+
## Static local functions
236238
- "CS8421"
239+
## Attributes
237240
- "CS8423"
241+
## More async enumerators
238242
- "CS8424"
239243
- "CS8425"
240244
- "CS8426"
245+
## Index and range
241246
- "CS8428"
242247
- "CS8429"
248+
## Can't parse syntax
243249
- "CS8635"
244250
- "CS8641"
251+
## Default interface implementation
245252
- "CS8646"
253+
## Patterns
246254
- "CS8650"
247255
- "CS8651"
256+
## Readonly struct members
248257
- "CS8656"
249258
- "CS8662"
250259
- "CS8669"
@@ -293,6 +302,10 @@ f1_keywords:
293302
- "CS9382"
294303
- "CS9383"
295304
- "CS9384"
305+
# More unions:
306+
- "CS9385"
307+
- "CS9386"
308+
- "CS9387"
296309
helpviewer_keywords:
297310
- "errors [C#], additional information"
298311
---

0 commit comments

Comments
 (0)