Commit 83d1c26
fix(dotnet): Map SuppressResumeEvent to disableResume on the wire
The .NET SDK's JsonSerializerDefaults.Web camelCases SuppressResumeEvent
to suppressResumeEvent, but the server expects disableResume. Add an
explicit JsonPropertyName attribute to produce the correct wire name.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 3641197 commit 83d1c26
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2385 | 2385 | | |
2386 | 2386 | | |
2387 | 2387 | | |
2388 | | - | |
| 2388 | + | |
2389 | 2389 | | |
2390 | 2390 | | |
2391 | 2391 | | |
| |||
0 commit comments