Skip to content

Fix 0 position on killed #65

Fix 0 position on killed

Fix 0 position on killed #65

Triggered via push October 14, 2023 11:42
Status Success
Total duration 41s
Artifacts

dotnet.yml

on: push
Matrix: Build Core
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Build Core (7.0.x): src/Core/Agents/Module.cs#L46
Converting null literal or possible null value to non-nullable type.
Build Core (7.0.x): src/Core/Agents/Module.cs#L46
Possible null reference assignment.
Build Core (7.0.x): src/Core/Agents/Module.cs#L47
Converting null literal or possible null value to non-nullable type.
Build Core (7.0.x): src/Core/Agents/Module.cs#L47
Possible null reference assignment.
Build Core (7.0.x): src/Core/Agents/Module.cs#L43
Non-nullable property 'Dependencies' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Core (7.0.x): src/Core/Agents/Module.cs#L43
Non-nullable property 'DependencyReferences' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Core (7.0.x): src/Core/Worlds/World.cs#L94
Unboxing a possibly null value.
Build Core (7.0.x): src/Core/Worlds/World.cs#L95
Converting null literal or possible null value to non-nullable type.
Build Core (7.0.x): src/Core/Worlds/World.cs#L95
Possible null reference assignment.
Build Core (7.0.x): src/Core/Worlds/World.cs#L96
Converting null literal or possible null value to non-nullable type.
Build Core (6.0.x): src/Core/Worlds/World.cs#L94
Unboxing a possibly null value.
Build Core (6.0.x): src/Core/NeuralNetwork/OutputNode.cs#L36
Converting null literal or possible null value to non-nullable type.
Build Core (6.0.x): src/Core/NeuralNetwork/OutputNode.cs#L36
Possible null reference assignment.
Build Core (6.0.x): src/Core/NeuralNetwork/OutputNode.cs#L34
Non-nullable property 'Inputs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Core (6.0.x): src/Core/Agents/Actor.cs#L66
Converting null literal or possible null value to non-nullable type.
Build Core (6.0.x): src/Core/Agents/Actor.cs#L66
Possible null reference assignment.
Build Core (6.0.x): src/Core/Agents/Actor.cs#L67
Converting null literal or possible null value to non-nullable type.
Build Core (6.0.x): src/Core/Agents/Actor.cs#L67
Possible null reference assignment.
Build Core (6.0.x): src/Core/Agents/Actor.cs#L64
Non-nullable property 'Modules' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Core (6.0.x): src/Core/Agents/Actor.cs#L64
Non-nullable field '_world' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.