Commit 6d20a9f
fix(generator): use tempDict for ReadOnlyDictionary with unmanaged KVP
When deserializing ReadOnlyDictionary with unmanaged key-value pairs,
the generated code was incorrectly trying to assign to value[kvp.Key]
which fails because ReadOnlyDictionary doesn't support indexer
assignment. Now correctly assigns to tempDict instead.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 67a2313 commit 6d20a9f
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
195 | 203 | | |
196 | 204 | | |
197 | 205 | | |
| |||
0 commit comments