Created build pipelines #19
Merged
Annotations
10 warnings
|
src/mpath-source/Migs.MPath.Tools/Maze.cs#L29
Non-nullable field '_cells' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
src/mpath-source/Migs.MPath.Tools/Maze.cs#L54
Non-nullable field '_bitmap' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
src/mpath-source/Migs.MPath.Tools/Maze.cs#L25
The field 'Maze._cellsPtr' is never used
|
|
src/mpath-source/Migs.MPath.Tests/Caching/PathCachingTests.cs#L272
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
src/mpath-source/Migs.MPath.Tests/Caching/PathCachingTests.cs#L228
Possible null reference assignment.
|
|
src/mpath-source/Migs.MPath.Tests/CellTests.cs#L90
Unboxing a possibly null value.
|
|
src/mpath-source/Migs.MPath.Tests/CellTests.cs#L96
Unboxing a possibly null value.
|
|
src/mpath-source/Migs.MPath.Tools/Maze.cs#L29
Non-nullable field '_cells' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
src/mpath-source/Migs.MPath.Tools/Maze.cs#L54
Non-nullable field '_bitmap' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
src/mpath-source/Migs.MPath.Tools/Maze.cs#L25
The field 'Maze._cellsPtr' is never used
|
The logs for this run have expired and are no longer available.
Loading