Skip to content

nuget

nuget #74

Triggered via push June 13, 2024 07:27
Status Failure
Total duration 50s
Artifacts

nuget.yml

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

Annotations

2 errors and 10 warnings
build_and_publish
The file '/home/runner/work/Communication/Communication/ManagedCode.Communication/bin/Release/net6.0/ManagedCode.Communication.dll' to be packed was not found on disk.
build_and_publish
Process completed with exit code 1.
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.