Commit 6df5322
fix: replace malformed XML doc summary for generic ToJsonElement<T>
The auto-generated stub used `<t>` (Roslyn read it as an unclosed XML element)
inside the summary, which surfaces as CS1570 in Release builds and breaks
both the test job and the CodeQL autobuilder. Replace with a hand-written
summary.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0e0a294 commit 6df5322
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
0 commit comments