Fix (de)serialization of an index containing unicode surrogate characters #7
Annotations
10 warnings
|
src/Infidex/Indexing/ShortQuery/ShortQueryResolver.cs#L151
Converting null literal or possible null value to non-nullable type.
|
|
src/Infidex/Indexing/ShortQuery/ShortQueryResolver.cs#L64
Converting null literal or possible null value to non-nullable type.
|
|
src/Infidex/Internalized/CommunityToolkit/SpanExtensions.cs#L154
This takes the address of, gets the size of, or declares a pointer to a managed type ('T')
|
|
src/Infidex/Indexing/VectorModel.cs#L485
Dereference of a possibly null reference.
|
|
src/Infidex/Scoring/TieredCandidateSelector.cs#L181
The variable 'count' is assigned but its value is never used
|
|
src/Infidex/Indexing/Bm25Scorer.cs#L145
The type 'Infidex.Indexing.IPostingsEnum?' cannot be used as type parameter 'TEnum' in the generic type or method 'Bm25Scorer.ProcessBlockedCandidates<TEnum>(Span<TEnum>, Bm25Scorer.TermScoreInfo[], float[], RoaringBitmap, DocumentCollection, int, float[], float, PriorityQueue<int, float>, Dictionary<int, byte>?, int, ref float)'. Nullability of type argument 'Infidex.Indexing.IPostingsEnum?' doesn't match constraint type 'Infidex.Indexing.IPostingsEnum'.
|
|
src/Infidex/Indexing/VectorModel.cs#L103
Possible null reference argument for parameter 'term' in 'void FstBuilder.AddForwardOnly(string term, int output)'.
|
|
src/Infidex/Coverage/FusionSignalComputer.cs#L97
Dereference of a possibly null reference.
|
|
src/Infidex/Internalized/CommunityToolkit/Span2D.cs#L1163
Obsolete member 'Span2D<T>.GetHashCode()' overrides non-obsolete member 'object.GetHashCode()'
|
|
src/Infidex/Internalized/CommunityToolkit/Span2D.cs#L1155
Obsolete member 'Span2D<T>.Equals(object?)' overrides non-obsolete member 'object.Equals(object?)'
|
The logs for this run have expired and are no longer available.
Loading