We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e70b3b commit 85d6ec6Copy full SHA for 85d6ec6
Lite3DotNet.SystemTextJson/Lite3JsonDecoder.cs
@@ -66,7 +66,7 @@ public static async Task<int> DecodeAsync(
66
buffer,
67
pipeReader,
68
minReadSize,
69
- null,
+ arrayPool: null,
70
cancellationToken).ConfigureAwait(false);
71
72
return position;
0 commit comments