Suggestions to improve the library by removing obsolete methods and classes #260
Closed
ngoquoctoandev
started this conversation in
General
Replies: 1 comment
-
Unfortunately backwards compatibility is important - if you don't maintain backwards compatibility you annoy people and they go elsewhere. See #182 for an example. For the other points, see #150. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think you should delete all obsolete methods and classes. Your code has too much redundancy making it difficult to maintain and contribute to the project. Anyway thank you for the library is awesome too. In addition, I think it is much better to use the System.Text.Json library to reduce dependencies and focus on .NET 6 and above.
Beta Was this translation helpful? Give feedback.
All reactions