Skip to content

.net6,.net7,.net8

.net6,.net7,.net8 #68

Triggered via push June 12, 2024 21:54
Status Failure
Total duration 58s
Artifacts

nuget.yml

on: push
nuget-pack
47s
nuget-pack
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
nuget-pack
The file '/home/runner/work/Communication/Communication/ManagedCode.Communication/bin/Release/net6.0/ManagedCode.Communication.dll' to be packed was not found on disk.
nuget-pack
Process completed with exit code 1.
nuget-pack
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/.
nuget-pack: ManagedCode.Communication/CollectionResultT/CollectionResultT.From.cs#L127
Type parameter 'T' has the same name as the type parameter from outer type 'CollectionResult<T>'
nuget-pack: ManagedCode.Communication/ResultT/ResultT.From.cs#L86
Type parameter 'T' has the same name as the type parameter from outer type 'Result<T>'
nuget-pack: ManagedCode.Communication.Benchmark/CreateInstanceFailBenchmark.cs#L77
Dereference of a possibly null reference.
nuget-pack: ManagedCode.Communication.Benchmark/CreateInstanceFailBenchmark.cs#L85
Dereference of a possibly null reference.
nuget-pack: ManagedCode.Communication.Tests/Results/ResultTests.cs#L73
Converting null literal or possible null value to non-nullable type.
nuget-pack: ManagedCode.Communication.Tests/Common/MyResultObj.cs#L5
Non-nullable field 'Message' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
nuget-pack: ManagedCode.Communication.Tests/Results/ResultTests.cs#L126
Nullable value type may be null.
nuget-pack: ManagedCode.Communication.Tests/Results/ResultTests.cs#L135
Dereference of a possibly null reference.