Skip to content

Merge pull request #24 from David032/22-fix-file-pathingautorun-issues #20

Merge pull request #24 from David032/22-fix-file-pathingautorun-issues

Merge pull request #24 from David032/22-fix-file-pathingautorun-issues #20

Triggered via push January 15, 2024 10:42
Status Success
Total duration 1m 48s
Artifacts

dotnet.yml

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

Annotations

20 warnings
build (ubuntu-latest): skullOS.HardwareServices/CameraService.cs#L18
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest): skullOS.HardwareServices/MicrophoneService.cs#L10
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest): skullOS.HardwareServices/CameraService.cs#L18
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#L96
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#L33
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#L31
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): skullOS.Modules/Camera.cs#L46
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): skullOS.Modules/Camera.cs#L24
Non-nullable field 'MicrophoneService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (windows-latest): skullOS.HardwareServices/CameraService.cs#L18
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#L18
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#L96
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.Core/FileManager.cs#L11
Converting null literal or possible null value to non-nullable type.
build (windows-latest): skullOS.Core/FileManager.cs#L33
Dereference of a possibly null reference.
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#L31
Converting null literal or possible null value to non-nullable type.
build (windows-latest): skullOS.Modules/Camera.cs#L46
Converting null literal or possible null value to non-nullable type.
build (windows-latest): skullOS.Modules/Camera.cs#L24
Non-nullable field 'MicrophoneService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.