Adding working parts from Haro sub-project to the core program #24
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/MicrophoneService.cs#L10
Cannot convert null literal to non-nullable reference type.
|
build (ubuntu-latest):
skullOS.HardwareServices/CameraService.cs#L18
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/Adventure.cs#L12
Non-nullable field 'takePicture' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (ubuntu-latest):
skullOS.Modules/Support.cs#L14
Non-nullable field 'LowBatteryAlert' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
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 (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/Adventure.cs#L12
Non-nullable field 'takePicture' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (windows-latest):
skullOS.Modules/Support.cs#L14
Non-nullable field 'LowBatteryAlert' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (windows-latest):
skullOS.Modules/Prop.cs#L24
Non-nullable property 'SpeakerService' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|