Skip to content

recall improvements, initial synonyms support #58

recall improvements, initial synonyms support

recall improvements, initial synonyms support #58

Triggered via push November 27, 2025 15:47
Status Failure
Total duration 1m 1s
Artifacts

build-ubuntu.yml

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

Annotations

1 error and 10 warnings
build-and-test
Process completed with exit code 1.
build-and-test: 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')
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/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/Coverage/FusionSignalComputer.cs#L93
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?)'
build-and-test: src/Infidex/Indexing/ShortQuery/PositionalPrefixIndex.cs#L125
Introducing a 'Finalize' method can interfere with destructor invocation. Did you intend to declare a destructor?
build-and-test: src/Infidex/Indexing/Incremental/DeltaIndex.cs#L178
Introducing a 'Finalize' method can interfere with destructor invocation. Did you intend to declare a destructor?