StreamReader ReadFragment #1096
Unanswered
Yedidyah27
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have recently upgraded OpenApi version from 1.2.3 to 1.4.4. We were using
OpenApiStreamReader
ReadFragment
method to deserialize a json toOpenApiOperation
class. This is no longer supported. I noticed though thatOpenApiStringReader
hasnt changed and still supports this. Any reason why these two readers are different? Why wasReadFragment
changed to only supportIOpenApiReferencable
?Beta Was this translation helpful? Give feedback.
All reactions