Closed shimat closed 6 years ago
Yes, this is absolutely typo and they should be fixed, but this bug is not so critical to justify breaking API compatibility. So, it is better to remain old APIs with [Obsolete("Use DictionarySerializationOption instead.")]
as you suggest, and put [EditorBrowsable(EditorBrowsable.Never)]
to prevent new comers confusion.
Thank you for your contribution!
🙆♂️ I added the old named property.
Thank you, but there are some compilation errors because newly added files are not synchronized for some projects including Unity.
Would you run
SyncProject.bat
and commit csproj change appropriately?
Thank you again for your contribution!
🙏 I'm afraid of incompatibility with older versions. Should I use [Obsolete] ?