Skip to content

CodeQL

CodeQL #60

Triggered via schedule April 26, 2024 19:33
Status Success
Total duration 7m 4s
Artifacts

codeql.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): GREngine.Core/GREngine.Core.System/SceneGraph/Scene.cs#L14
Non-nullable property 'Game' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): GREngine.Core/GREngine.Core.System/SceneGraph/Scene.cs#L14
Non-nullable property 'contentManager' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): GREngine.Core/GREngine.Core.System/SceneGraph/Node.cs#L17
Non-nullable field 'sceneManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): GREngine.Core/GREngine.Core.System/SceneGraph/Node.cs#L22
Non-nullable field 'sceneManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): GREngine.Core/GREngine.Core.System/SceneGraph/SceneManager.cs#L325
Dereference of a possibly null reference.
Analyze (csharp): GREngine.Core/GREngine.Core.System/SceneGraph/SceneManager.cs#L469
Possible null reference argument for parameter 'node' in 'bool SceneManager.IsDescendedFromRoot(Node node, RootNode parent)'.
Analyze (csharp): GREngine.Core/GREngine.Core.System/SceneGraph/Node.cs#L12
Field 'Node.sceneManager' is never assigned to, and will always have its default value null
Analyze (csharp): GREngine.Core/GREngine.Core.PebbleRenderer/UIElement.cs#L46
Dereference of a possibly null reference.
Analyze (csharp): GREngine.Core/GREngine.Core.PebbleRenderer/Sprites/Sprite.cs#L44
Possible null reference assignment.
Analyze (csharp): GREngine.Core/GREngine.Core.PebbleRenderer/Sprites/Sprite.cs#L44
Possible null reference assignment.