Skip to content

nuget

nuget #72

Triggered via push June 12, 2024 22:12
Status Failure
Total duration 43s
Artifacts

nuget.yml

on: push
build_and_publish
35s
build_and_publish
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
build_and_publish
The file '/home/runner/work/Communication/Communication/ManagedCode.Communication/bin/Release/net7.0/ManagedCode.Communication.dll' to be packed was not found on disk.
build_and_publish
Process completed with exit code 1.
build_and_publish
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_and_publish: ManagedCode.Communication/CollectionResultT/CollectionResultT.From.cs#L127
Type parameter 'T' has the same name as the type parameter from outer type 'CollectionResult<T>'
build_and_publish: ManagedCode.Communication/ResultT/ResultT.From.cs#L86
Type parameter 'T' has the same name as the type parameter from outer type 'Result<T>'
build_and_publish: ManagedCode.Communication.Benchmark/CreateInstanceFailBenchmark.cs#L77
Dereference of a possibly null reference.
build_and_publish: ManagedCode.Communication.Benchmark/CreateInstanceFailBenchmark.cs#L85
Dereference of a possibly null reference.
build_and_publish: 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.
build_and_publish: ManagedCode.Communication.Tests/OperatorTests.cs#L41
Nullable value type may be null.
build_and_publish: ManagedCode.Communication.Tests/Results/ResultSucceedTests.cs#L34
Dereference of a possibly null reference.