[feat]新增SpanWriter/SpanReader,用于Span结构的读写,逐步替代Binary二进制序列化,实现零GC #319
Annotations
3 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
NewLife.Core/Serialization/SpanWriter.cs#L236
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
|
Build:
NewLife.Core/Serialization/SpanWriter.cs#L236
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
|
Loading