Commit 66d239d
fix(csharp-conformance): read expect-error via hyphenated convention (corpus parity)
A parallel change pinned the C# query-DSL key to camelCase
(`[YamlMember(Alias = "expectError")]`), but the corpus authors it hyphenated
(`expect-error:`, matching `seed-data:`) and TS reads `expect-error` — so C#
read null and the tph-no-cross-subtype-update expectations were silently
dropped. Drop the stale alias; HyphenatedNamingConvention maps ExpectError →
expect-error automatically, consistent with every other field + the TS parser.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 72067ed commit 66d239d
1 file changed
Lines changed: 3 additions & 4 deletions
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
| |||
0 commit comments