Skip to content

feat: new console system and improved GUI Console #58

feat: new console system and improved GUI Console

feat: new console system and improved GUI Console #58

Triggered via push June 11, 2024 17:28
Status Success
Total duration 3m 31s
Artifacts

engine_tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Source/DebugProf/Profiler.cs#L41
Dereference of a possibly null reference.
build: Source/InputSystem/InputSystem.cs#L205
Converting null literal or possible null value to non-nullable type.
build: Source/InputSystem/InputSystem.cs#L218
Converting null literal or possible null value to non-nullable type.
build: Source/InputSystem/InputSystem.cs#L220
Dereference of a possibly null reference.
build: Source/InputSystem/InputSystem.cs#L248
Converting null literal or possible null value to non-nullable type.
build: Source/InputSystem/InputSystem.cs#L250
Dereference of a possibly null reference.
build: Source/InputSystem/InputSystem.cs#L278
Converting null literal or possible null value to non-nullable type.
build: Source/InputSystem/InputSystem.cs#L280
Dereference of a possibly null reference.
build: Source/InputSystem/InputSystem.cs#L26
Non-nullable field 'm_KeyState' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Source/InputSystem/InputSystem.cs#L27
Non-nullable field 'm_PadState' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.