recall improvements, initial synonyms support #58
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?
|