System.Text.Json support #5
Replies: 1 comment 5 replies
-
Eventually we would indeed like to switch to System.Text.Json but it really depends on what's currently required for Certify The Web. I would like to think this repo is better maintained but on the other hand our absolute priority is compatibility and stability within Certify and we don't prioritize supporting other consumers of the library - if Anvil works for you that's great :) but we also will make changes that can break compatibility with other consumers. From memory my main issue with the System.Text.Json port was the amount of changes required and serialization hints that it needs to enable AOT. If we can find a way to support System.Text.Json +AOT with absolutely minimal differences that would be ideal, but it may be too difficult. |
Beta Was this translation helpful? Give feedback.
-
Hello, I would like to ask if it is possible to implment in Anvil features discussed here: System.Text.Json + NativeAOT ? @pablopioli implemented it already in his fork I also created certes fork with this changes implemented and it works fine for me, although I would prefere to have it in this repo as it is better mantained. I could even try to create PR for that.
Beta Was this translation helpful? Give feedback.
All reactions