Skip to content

fixed broken debug

fixed broken debug #34

Triggered via push February 10, 2024 00:22
Status Failure
Total duration 40s
Billable time 1m
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
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: GREngine.Core/GREngine.Core.System/SceneGraph/SceneManager.cs#L39
Nullability of reference types in type of parameter 'a' of 'int LoadOrderComparison.Compare(Behaviour a, Behaviour b)' doesn't match implicitly implemented member 'int IComparer<Behaviour>.Compare(Behaviour? x, Behaviour? y)' (possibly because of nullability attributes).
build: GREngine.Core/GREngine.Core.System/SceneGraph/SceneManager.cs#L39
Nullability of reference types in type of parameter 'b' of 'int LoadOrderComparison.Compare(Behaviour a, Behaviour b)' doesn't match implicitly implemented member 'int IComparer<Behaviour>.Compare(Behaviour? x, Behaviour? y)' (possibly because of nullability attributes).
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/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/SceneManager.cs#L240
Dereference of a possibly null reference.
build: GREngine.Core/GREngine.Core.System/SceneGraph/SceneManager.cs#L429
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: GREngine.Core/GREngine.Core.PebbleRenderer/Sprites/Sprite.cs#L38
Possible null reference assignment.
build: GREngine.Core/GREngine.Core.PebbleRenderer/Sprites/Sprite.cs#L38
Possible null reference assignment.