You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it by design that the JsonTextReader is not closed (textReader.Close()) and thereby no disposal is done of the passed StreamReader and finally the passed ReadOnlySequenceStream instance?
The text was updated successfully, but these errors were encountered:
Is it by design that the
JsonTextReader
is not closed (textReader.Close()
) and thereby no disposal is done of the passedStreamReader
and finally the passedReadOnlySequenceStream
instance?The text was updated successfully, but these errors were encountered: