[Feature] Example System usage #26
Annotations
21 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Package
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Package:
GREngine.Core/GREngine.Core.System/SceneGraph/SceneManager.cs#L36
Converting null literal or possible null value to non-nullable type.
|
Package:
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.
|
Package:
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.
|
Package:
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.
|
Package:
GREngine.Core/GREngine.Core.System/SceneGraph/SceneManager.cs#L236
Dereference of a possibly null reference.
|
Package:
GREngine.Core/GREngine.Core.System/SceneGraph/SceneManager.cs#L425
Possible null reference argument for parameter 'node' in 'bool SceneManager.IsDescendedFromRoot(Node node, RootNode parent)'.
|
Package:
GREngine.Core/GREngine.Core.System/SceneGraph/Node.cs#L12
Field 'Node.sceneManager' is never assigned to, and will always have its default value null
|
Package:
Testing/CollisionTesting/PolygonToPolygonTestingSet2.cs#L92
The field 'PolygonToPolygonTestingSet2.cold5_2' is never used
|
Package:
Testing/CollisionTesting/PolygonToPolygonTestingSet4.cs#L104
The field 'PolygonToPolygonTestingSet4.cold9_2' is never used
|
Build:
GREngine.Core/GREngine.Core.System/SceneGraph/SceneManager.cs#L36
Converting null literal or possible null value to non-nullable type.
|
Build:
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.
|
Build:
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.
|
Build:
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.
|
Build:
GREngine.Core/GREngine.Core.System/SceneGraph/SceneManager.cs#L236
Dereference of a possibly null reference.
|
Build:
GREngine.Core/GREngine.Core.System/SceneGraph/SceneManager.cs#L425
Possible null reference argument for parameter 'node' in 'bool SceneManager.IsDescendedFromRoot(Node node, RootNode parent)'.
|
Build:
GREngine.Core/GREngine.Core.System/SceneGraph/Node.cs#L12
Field 'Node.sceneManager' is never assigned to, and will always have its default value null
|
Build:
Testing/CollisionTesting/PolygonToPolygonTestingSet4.cs#L96
The field 'PolygonToPolygonTestingSet4.cold5_2' is never used
|
Build:
Testing/CollisionTesting/PolygonToPolygonTestingSet2.cs#L91
The field 'PolygonToPolygonTestingSet2.cold5_1' is never used
|
Build:
Testing/CollisionTesting/PolygonToPolygonTestingSet2.cs#L92
The field 'PolygonToPolygonTestingSet2.cold5_2' is never used
|
The logs for this run have expired and are no longer available.
Loading