Skip to content

tfidf optimizations pt1 #66

tfidf optimizations pt1

tfidf optimizations pt1 #66

Triggered via push November 30, 2025 01:48
Status Success
Total duration 55s
Artifacts

build-ubuntu.yml

on: push
build-and-test
51s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test: src/Infidex/Indexing/ShortQuery/ShortQueryResolver.cs#L151
Converting null literal or possible null value to non-nullable type.
build-and-test: src/Infidex/Indexing/ShortQuery/ShortQueryResolver.cs#L64
Converting null literal or possible null value to non-nullable type.
build-and-test: src/Infidex/Internalized/CommunityToolkit/ReadOnlySpanExtensions.cs#L168
This takes the address of, gets the size of, or declares a pointer to a managed type ('T')
build-and-test: src/Infidex/Filtering/FilterCache.cs#L134
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, CompiledFilterOp>.TryGetValue(string key, out CompiledFilterOp value)'.
build-and-test: src/Infidex/Filtering/FilterCache.cs#L132
Converting null literal or possible null value to non-nullable type.
build-and-test: src/Infidex/Internalized/Roaring/RoaringArray.cs#L450
Converting null literal or possible null value to non-nullable type.
build-and-test: src/Infidex/Internalized/Roaring/RoaringArray.cs#L437
Converting null literal or possible null value to non-nullable type.
build-and-test: src/Infidex/Coverage/FusionSignalComputer.cs#L97
Dereference of a possibly null reference.
build-and-test: src/Infidex/Internalized/CommunityToolkit/Span2D.cs#L1163
Obsolete member 'Span2D<T>.GetHashCode()' overrides non-obsolete member 'object.GetHashCode()'
build-and-test: src/Infidex/Internalized/CommunityToolkit/Span2D.cs#L1155
Obsolete member 'Span2D<T>.Equals(object?)' overrides non-obsolete member 'object.Equals(object?)'