Closed jborean93 closed 1 year ago
Attention: 4 lines
in your changes are missing coverage. Please review.
Comparison is base (
c8b6b84
) 95.40% compared to head (079e68a
) 95.02%. Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Adds support for serializing any Span, Memory, or their ReadOnly* variants. These types are treated as a plain array copy of the underlying value.
This commit also changes treats any IList value as a !!binary value for the Yaml11 schema. Previously it only treated byte[] arrays.