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
Fix async stream disposal in DeserializeOrThrowAsync
Non-async method with using var stream returned ValueTask without await,
causing stream to be disposed before deserialization completed
(ObjectDisposedException on SafeFileHandle).
0 commit comments