Skip to content

Merge pull request #43 from WildernessLabs/v1.8.0 #26

Merge pull request #43 from WildernessLabs/v1.8.0

Merge pull request #43 from WildernessLabs/v1.8.0 #26

Triggered via push January 16, 2024 23:20
Status Success
Total duration 1m 8s
Artifacts

main-ci.yml

on: push
Fit to window
Zoom out
Zoom in

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#L10
Field 'LanderGame.DrawPixel' is never assigned to, and will always have its default value null
build: Source/Juego_Prototype/Games/Lander/LanderGame.Renderer.cs#L8
The field 'LanderGame.cellSize' 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_Prototype/Games/Lander/LanderGame.cs#L15
The field 'LanderGame.landerState' 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#L167
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.