Skip to content

publish nino to nuget #259

publish nino to nuget

publish nino to nuget #259

Triggered via push July 2, 2024 11:49
Status Success
Total duration 1m 33s
Artifacts

dotnet.yml

on: push
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#L21
'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#L30
'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)
build: src/Nino.Benchmark/Serialization/Serializers/BinaryFormatterSerializer.cs#L125
'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
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add lib or ref assemblies for the net48 target framework
build
- Add lib or ref assemblies for the netcoreapp3.1 target framework
build
- Add lib or ref assemblies for the net5.0 target framework
build
- Add lib or ref assemblies for the net6.0 target framework
build
- Add lib or ref assemblies for the net7.0 target framework
build
- Add lib or ref assemblies for the net8.0 target framework