Skip to content

Bump System.Text.Json from 8.0.0 to 8.0.2 #254

Bump System.Text.Json from 8.0.0 to 8.0.2

Bump System.Text.Json from 8.0.0 to 8.0.2 #254

Triggered via pull request February 14, 2024 09:41
Status Success
Total duration 1m 50s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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)