Fixed formatting 3 #22
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#L320
Dereference of a possibly null reference.
|
Analyze (csharp):
GREngine.Core/GREngine.Core.System/SceneGraph/SceneManager.cs#L464
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.
|