Skip to content

.NET 8 + Native AOT (#3) #50

.NET 8 + Native AOT (#3)

.NET 8 + Native AOT (#3) #50

Triggered via push December 22, 2023 20:27
Status Success
Total duration 29s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.