Skip to content

7 SkullAPI Module

7 SkullAPI Module #13

Triggered via pull request November 15, 2023 15:52
Status Failure
Total duration 58s
Artifacts

dotnet.yml

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

Annotations

3 errors and 10 warnings
build (ubuntu-latest)
Process completed with exit code 1.
build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
build (windows-latest)
The operation was canceled.
build (ubuntu-latest): skullOS.Core/Modules.cs#L17
Possible null reference return.
build (ubuntu-latest): skullOS.Core/FileManager.cs#L11
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): skullOS.Core/FileManager.cs#L25
Dereference of a possibly null reference.
build (ubuntu-latest): skullOS.API/Controllers/CapturesController.cs#L34
Dereference of a possibly null reference.
build (ubuntu-latest): skullOS.API/Controllers/CapturesController.cs#L78
Dereference of a possibly null reference.
build (ubuntu-latest): skullOS.API/Controllers/CapturesController.cs#L86
Dereference of a possibly null reference.
build (ubuntu-latest): skullOS.Camera/Camera.cs#L17
Non-nullable field 'device' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (ubuntu-latest): skullOS.Camera/Camera.cs#L17
Non-nullable field 'actionButton' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (ubuntu-latest): skullOS.Output/Output.cs#L172
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest): skullOS.Output/Output.cs#L18
Converting null literal or possible null value to non-nullable type.