Skip to content

Bump protobuf-net from 3.2.26 to 3.2.30 #245

Bump protobuf-net from 3.2.26 to 3.2.30

Bump protobuf-net from 3.2.26 to 3.2.30 #245

Triggered via pull request November 24, 2023 10:03
Status Success
Total duration 1m 26s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The 'dotnet-quality' input can be used only with .NET SDK version in A.B, A.B.x, A, A.x and A.B.Cxx formats where the major tag is higher than 5. You specified: 3.1.x. 'dotnet-quality' input is ignored.
build: src/Nino.Benchmark/Serialization/Serializers/BinaryFormatterSerializer.cs#L19
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
build: src/Nino.Benchmark/Serialization/Serializers/BinaryFormatterSerializer.cs#L28
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)