Merge branch 'main' of https://github.com/Contraband-Software/Rock #25
Annotations
21 warnings
build
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/.
|
build
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.
|
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#L224
Dereference of a possibly null reference.
|
build:
GREngine.Core/GREngine.Core.System/SceneGraph/SceneManager.cs#L413
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/PolygonToPolygonTestingSet2.cs#L91
The field 'PolygonToPolygonTestingSet2.cold5_1' is never used
|
build:
Testing/CollisionTesting/PolygonToPolygonTestingSet4.cs#L103
The field 'PolygonToPolygonTestingSet4.cold9_1' is never used
|
build:
Testing/CollisionTesting/PolygonToPolygonTestingSet1.cs#L92
The field 'PolygonToPolygonTestingSet1.cold5_2' is never used
|
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#L224
Dereference of a possibly null reference.
|
build:
GREngine.Core/GREngine.Core.System/SceneGraph/SceneManager.cs#L413
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#L92
The field 'PolygonToPolygonTestingSet2.cold5_2' is never used
|
build:
Testing/CollisionTesting/PolygonToPolygonTestingSet1.cs#L99
The field 'PolygonToPolygonTestingSet1.cold9_1' is never used
|
build:
Testing/CollisionTesting/PolygonToPolygonTestingSet1.cs#L100
The field 'PolygonToPolygonTestingSet1.cold9_2' is never used
|