Skip to content

feat(csharp) .NET 8.0 code migration #20

feat(csharp) .NET 8.0 code migration

feat(csharp) .NET 8.0 code migration #20

Triggered via pull request November 26, 2023 15:13
Status Failure
Total duration 30s
Artifacts

dotnet.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_searching/binary_search_edge.cs#L13
'binary_search_insertion.BinarySearchInsertion(int[], int)' is inaccessible due to its protection level
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_searching/binary_search_edge.cs#L25
'binary_search_insertion.BinarySearchInsertion(int[], int)' is inaccessible due to its protection level
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_searching/binary_search_edge.cs#L13
'binary_search_insertion.BinarySearchInsertion(int[], int)' is inaccessible due to its protection level
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_searching/binary_search_edge.cs#L25
'binary_search_insertion.BinarySearchInsertion(int[], int)' is inaccessible due to its protection level
.NET 8.0.x on ubuntu-latest
Process completed with exit code 1.
.NET 8.0.x on macos-latest
The job was canceled because "ubuntu-latest_8_0_x" failed.
.NET 8.0.x on macos-latest
The operation was canceled.
.NET 8.0.x on windows-latest
The job was canceled because "ubuntu-latest_8_0_x" failed.
.NET 8.0.x on windows-latest
The operation was canceled.
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_tree/avl_tree.cs#L38
Dereference of a possibly null reference.
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_tree/avl_tree.cs#L39
Dereference of a possibly null reference.
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_tree/avl_tree.cs#L52
Dereference of a possibly null reference.
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_tree/avl_tree.cs#L53
Dereference of a possibly null reference.
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L25
The variable 'c' is assigned but its value is never used
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L19
The variable 'a' is assigned but its value is never used
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L20
The variable 'b' is assigned but its value is never used
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_tree/avl_tree.cs#L38
Dereference of a possibly null reference.
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_tree/avl_tree.cs#L39
Dereference of a possibly null reference.
.NET 8.0.x on ubuntu-latest: codes/csharp/chapter_tree/avl_tree.cs#L52
Dereference of a possibly null reference.