MCM Birmingham 2023 Version #18
Annotations
10 warnings
Build:
skullOS.HardwareServices/CameraService.cs#L18
Cannot convert null literal to non-nullable reference type.
|
Build:
skullOS.HardwareServices/MicrophoneService.cs#L10
Cannot convert null literal to non-nullable reference type.
|
Build:
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:
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:
skullOS.Core/FileManager.cs#L11
Converting null literal or possible null value to non-nullable type.
|
Build:
skullOS.Core/FileManager.cs#L25
Dereference of a possibly null reference.
|
Build:
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:
skullOS.Modules/Camera.cs#L31
Converting null literal or possible null value to non-nullable type.
|
Build:
skullOS.Modules/Camera.cs#L46
Converting null literal or possible null value to non-nullable type.
|
Build:
skullOS.Modules/Camera.cs#L24
Non-nullable field 'MicrophoneService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading