Skip to content

Merge pull request #7 from Team-Fennec/feat/engine-tools #56

Merge pull request #7 from Team-Fennec/feat/engine-tools

Merge pull request #7 from Team-Fennec/feat/engine-tools #56

Triggered via push April 15, 2024 00:25
Status Success
Total duration 4m 13s
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/SceneSystem/EntityComponent.cs#L9
Non-nullable field 'm_Entity' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Source/SceneSystem/Transform.cs#L61
Non-nullable field 'm_Parent' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Source/SceneSystem/Scene.cs#L70
Converting null literal or possible null value to non-nullable type.
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: Veldrid.ImGui/ImGuiController.cs#L38
The field 'ImGuiController._winKeyDown' is never used
build: Source/InputSystem/InputSystem.cs#L220
Dereference of a possibly null reference.
build: Veldrid.ImGui/ImGuiController.cs#L35
The field 'ImGuiController._controlDown' is never used
build: Source/InputSystem/InputSystem.cs#L248
Converting null literal or possible null value to non-nullable type.