Skip to content

Refactoring

Refactoring #98

Triggered via pull request May 5, 2024 21:32
Status Failure
Total duration 1m 36s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build-and-test
Artifact has expired
build-and-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, ndepend/ndepend-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-test: 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-test: 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-test: ManagedCode.Communication.Benchmark/CreateInstanceFailBenchmark.cs#L77
Dereference of a possibly null reference.
build-and-test: ManagedCode.Communication.Benchmark/CreateInstanceFailBenchmark.cs#L85
Dereference of a possibly null reference.
build-and-test: 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-test: ManagedCode.Communication.Tests/Results/ResultSucceedTests.cs#L34
Dereference of a possibly null reference.
build-and-test: ManagedCode.Communication.Tests/Results/ResultTests.cs#L73
Converting null literal or possible null value to non-nullable type.
build-and-test: ManagedCode.Communication.Tests/OperatorTests.cs#L41
Nullable value type may be null.