Fix null related warnings #74
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.
|