Skip to content

Update CODE_OF_CONDUCT.md #41

Update CODE_OF_CONDUCT.md

Update CODE_OF_CONDUCT.md #41

Triggered via push March 5, 2024 14:56
Status Success
Total duration 6m 45s
Artifacts

codeql.yml

on: push
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.