Skip to content

.NET 8 + Native AOT #49

.NET 8 + Native AOT

.NET 8 + Native AOT #49

Triggered via pull request December 22, 2023 20:24
Status Success
Total duration 29s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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#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/RecognitionHelper.cs#L15
Possible null reference argument for parameter 'bitVectorFactory' in 'IEnumerable<IBitVector> DataHelper.GetLabels(IBitVectorFactory bitVectorFactory)'.
build: src/Helpers/QMNIST/Image.cs#L6
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.