CXuesong / WikiClientLibrary

/*🌻*/ Wiki Client Library is an asynchronous MediaWiki API client library targeting modern .NET platforms
https://github.com/CXuesong/WikiClientLibrary/wiki
Apache License 2.0
80 stars 16 forks source link

Include ByteOffset for deserialization in ContentSectionInfo #109

Closed hymccord closed 4 months ago

hymccord commented 4 months ago

When requesting sections, it may not return a value for the property but if it does the [JsonObject(MemberSerialization.OptIn)] will exclude it all the same so you always get null.

This will opt the member in for serialization.

CXuesong commented 4 months ago

Thanks for the PR!

CXuesong commented 4 months ago

Released in v0.8.0-int.9.