Improved startup validation #20
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
Source/Juego_Prototype/Apps/Clock/Clock.Renderer.cs#L36
Unreachable code detected
|
build:
Source/Juego_Prototype/Games/Lander/LanderGame.Renderer.cs#L12
Field 'LanderGame.DrawPixel' is never assigned to, and will always have its default value null
|
build:
Source/Juego_Prototype/Games/Lander/LanderGame.Renderer.cs#L10
The field 'LanderGame.cellSize' is assigned but its value is never used
|
build:
Source/Juego_Prototype/Games/Lander/LanderGame.cs#L15
The field 'LanderGame.landerState' is assigned but its value is never used
|
build:
Source/Juego_Prototype/Games/SpaceRaid/SpaceRaid.Renderer.cs#L11
The field 'SpaceRaid.offset' is assigned but its value is never used
|
build:
Source/Juego/JuegoHardwareV3.cs#L78
Converting null literal or possible null value to non-nullable type.
|
build:
Source/Juego/JuegoHardwareV3.cs#L78
Possible null reference return.
|
build:
Source/Juego/JuegoHardwareV3.cs#L81
Converting null literal or possible null value to non-nullable type.
|
build:
Source/Juego/JuegoHardwareV3.cs#L198
Possible null reference argument for parameter 'spiBus' in 'Ili9341.Ili9341(ISpiBus spiBus, IDigitalOutputPort chipSelectPort, IDigitalOutputPort dataCommandPort, IDigitalOutputPort resetPort, int width, int height, ColorMode colorMode = ColorMode.Format12bppRgb444)'.
|
build:
Source/Juego/JuegoHardwareV3.cs#L106
Non-nullable property 'McpInterrupt_1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|