Skip to content

Restore search engine and supporting components and add support for configurable debug logging #76

Restore search engine and supporting components and add support for configurable debug logging

Restore search engine and supporting components and add support for configurable debug logging #76

Triggered via pull request March 7, 2026 01:43
@gumbarrosgumbarros
synchronize #13
Status Success
Total duration 1m 6s
Artifacts

build-ubuntu.yml

on: pull_request_target
build-and-test
1m 1s
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/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/VectorModel.cs#L506
Dereference of a possibly null reference.
build-and-test: src/Infidex/Scoring/TieredCandidateSelector.cs#L183
The variable 'count' is assigned but its value is never used
build-and-test: src/Infidex/Indexing/VectorModel.cs#L107
Possible null reference argument for parameter 'term' in 'void FstBuilder.AddForwardOnly(string term, int output)'.
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?)'