Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Se…
…rialization/JsonSerializerWrapper.Reflection.cs
  • Loading branch information
eiriktsarpalis authored and github-actions committed Nov 11, 2022
commit 74a5a895c79c843cf1cefaa4cdacc85d72c4aa10
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ private int ReadExactlyFromSource(byte[] buffer, int offset, int count)
}

totalRead += read;
};
}

return totalRead;
}
Expand Down