Skip to content

17 SkullOS - Rework Architecture #15

17 SkullOS - Rework Architecture

17 SkullOS - Rework Architecture #15

Triggered via pull request November 28, 2023 11:29
Status Success
Total duration 3m 27s
Artifacts

dotnet.yml

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

Annotations

20 warnings
build (ubuntu-latest): skullOS.HardwareServices/MicrophoneService.cs#L10
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest): skullOS.HardwareServices/CameraService.cs#L13
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest): skullOS.HardwareServices/CameraService.cs#L13
Non-nullable field 'eventHandled' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (ubuntu-latest): skullOS.HardwareServices/CameraService.cs#L58
Nullability of reference types in type of parameter 'sender' of 'void CameraService.VideoRecorded(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
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.Modules/Module.cs#L7
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (ubuntu-latest): skullOS.Modules/Camera.cs#L29
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): skullOS.Modules/Camera.cs#L22
Non-nullable field 'MicrophoneService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (ubuntu-latest): skullOS.API/Controllers/CapturesController.cs#L34
Dereference of a possibly null reference.
build (windows-latest): skullOS.Core/FileManager.cs#L11
Converting null literal or possible null value to non-nullable type.
build (windows-latest): skullOS.Core/FileManager.cs#L25
Dereference of a possibly null reference.
build (windows-latest): skullOS.HardwareServices/CameraService.cs#L13
Cannot convert null literal to non-nullable reference type.
build (windows-latest): skullOS.HardwareServices/MicrophoneService.cs#L10
Cannot convert null literal to non-nullable reference type.
build (windows-latest): skullOS.HardwareServices/CameraService.cs#L13
Non-nullable field 'eventHandled' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (windows-latest): skullOS.HardwareServices/CameraService.cs#L58
Nullability of reference types in type of parameter 'sender' of 'void CameraService.VideoRecorded(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build (windows-latest): skullOS.Modules/Module.cs#L7
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (windows-latest): skullOS.Modules/Camera.cs#L29
Converting null literal or possible null value to non-nullable type.
build (windows-latest): skullOS.Modules/Camera.cs#L22
Non-nullable field 'MicrophoneService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (windows-latest): skullOS.API/Controllers/CapturesController.cs#L34
Dereference of a possibly null reference.