Skip to content

Fix null related warnings #74

Fix null related warnings

Fix null related warnings #74

Triggered via pull request October 20, 2023 19:45
Status Success
Total duration 31s
Artifacts

dotnet.yml

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

Annotations

20 warnings
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.
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 (7.0.x): src/Core/Agents/Actor.cs#L66
Converting null literal or possible null value to non-nullable type.
Build Core (7.0.x): src/Core/Agents/Actor.cs#L66
Possible null reference assignment.
Build Core (7.0.x): src/Core/Agents/Actor.cs#L67
Converting null literal or possible null value to non-nullable type.
Build Core (7.0.x): src/Core/Agents/Actor.cs#L67
Possible null reference assignment.
Build Core (7.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 (7.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.
Build Core (7.0.x): src/Core/Agents/Actor.cs#L66
Converting null literal or possible null value to non-nullable type.
Build Core (7.0.x): src/Core/Agents/Actor.cs#L66
Possible null reference assignment.
Build Core (7.0.x): src/Core/Agents/Actor.cs#L67
Converting null literal or possible null value to non-nullable type.
Build Core (7.0.x): src/Core/Agents/Actor.cs#L67
Possible null reference assignment.