Commit 468e0a9
Fix test broken by autofix and use json variable in deserialize call
The Copilot Autofix commit removed the DeserializeWrapper call and
Assert.IsType assertion from NonPublicProperty_JsonInclude_WorksAsExpected
while leaving references to the now-undeclared 'result' local, breaking
compilation. Restore the deserialize call (using the existing 'json'
variable per review feedback) and the type assertion.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 2181572 commit 468e0a9
1 file changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| 368 | + | |
| 369 | + | |
368 | 370 | | |
369 | 371 | | |
370 | 372 | | |
| |||
0 commit comments