Skip to content

#29 Speaker support added #21

#29 Speaker support added

#29 Speaker support added #21

Triggered via pull request February 3, 2024 16:32
Status Success
Total duration 2m 1s
Artifacts

dotnet.yml

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

Annotations

22 warnings
build (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/SpeakerService.cs#L14
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#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#L35
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 (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/SpeakerService.cs#L14
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#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#L35
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.