Jericho / ZoomNet

.NET client library for the Zoom.us REST API v2
MIT License
68 stars 48 forks source link

Webinar Id deserialization issue #285

Closed GiampaoloGabba closed 1 year ago

GiampaoloGabba commented 1 year ago

I'm trying to deserialize a webinar.ended response and i encountered the same deserialization issue you had with the meeting id that sometimes is passed as number and sometimes as string (#228). The webinar.id property has the same issue.

System.Text.Json.JsonException: The JSON value could not be converted to System.Int64. Path: $.id

I alredy have a fix and the relative unit-test, doing a PR right now.

Jericho commented 1 year ago

Excellent, thanks for reporting this issue and for submitting the PR.

Jericho commented 1 year ago

:tada: This issue has been resolved in version 0.61.0 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket: