.NET 8 + Native AOT (#3) #50
Annotations
10 warnings
Build:
src/RandomPuncher.cs#L20
Possible null reference assignment.
|
Build:
src/RandomPuncher.cs#L17
Non-nullable field '_bitVectorFactory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/RandomPuncher.cs#L17
Non-nullable field '_map' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/BitVectors/BitVector.cs#L11
Non-nullable field '_activeBitIndicesSorted' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/BitVectors/BitVector.cs#L15
Non-nullable field '_activeBitIndicesSorted' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/PunchedCard.cs#L23
Dereference of a possibly null reference.
|
Build:
src/PunchedCard.cs#L24
Dereference of a possibly null reference.
|
Build:
src/Helpers/DataHelper.cs#L36
Possible null reference argument for parameter 'bitVectorFactory' in 'IEnumerable<(IBitVector, IBitVector)> DataHelper.ReadData(Func<IEnumerable<Image>> readImagesFunction, IBitVectorFactory bitVectorFactory)'.
|
Build:
src/Helpers/Expert.cs#L18
Non-nullable field '_maxSpanningTreesEdges' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
src/Helpers/Expert.cs#L18
Non-nullable field '_maxSpanningTreesWeightSums' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading