Skip to content

MCM Birmingham 2023 Version #18

MCM Birmingham 2023 Version

MCM Birmingham 2023 Version #18

Triggered via push December 5, 2023 13:15
Status Success
Total duration 2m 41s
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#L94
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#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/MicrophoneService.cs#L10
Cannot convert null literal to non-nullable reference type.
build (windows-latest): skullOS.HardwareServices/CameraService.cs#L18
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#L94
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#L25
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.