Gen 3 SkullOS #52
Annotations
11 warnings
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build:
Source/skullOS.HardwareServices/BuzzerService.cs#L9
Cannot convert null literal to non-nullable reference type.
|
build:
Source/skullOS.HardwareServices/LedService.cs#L11
Cannot convert null literal to non-nullable reference type.
|
build:
Source/skullOS.HardwareServices/MicrophoneService.cs#L10
Cannot convert null literal to non-nullable reference type.
|
build:
Source/skullOS.HardwareServices/ProgrammableLedService.cs#L11
Cannot convert null literal to non-nullable reference type.
|
build:
Source/skullOS.HardwareServices/CameraService.cs#L14
Non-nullable field '_processSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Source/skullOS.HardwareServices/Exceptions/CameraErrorException.cs#L10
Parameter 'modeWhenFailed' is unread.
|
build:
Source/skullOS.Modules/Buzzer.cs#L16
Cannot convert null literal to non-nullable reference type.
|
build:
Source/skullOS.Modules/Buzzer.cs#L16
Cannot convert null literal to non-nullable reference type.
|
build:
Source/skullOS.Modules/Prop.cs#L25
Cannot convert null literal to non-nullable reference type.
|