Code quality: Prevent multiple enumeration #4
Annotations
10 warnings
|
Build:
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:
src/Infidex/Filtering/FilterCache.cs#L132
Converting null literal or possible null value to non-nullable type.
|
|
Build:
src/Infidex/Internalized/CommunityToolkit/Span2D.cs#L1163
Obsolete member 'Span2D<T>.GetHashCode()' overrides non-obsolete member 'object.GetHashCode()'
|
|
Build:
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:
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:
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:
src/Infidex/Filtering/FilterCache.cs#L132
Converting null literal or possible null value to non-nullable type.
|
|
Build:
src/Infidex/Internalized/CommunityToolkit/Span2D.cs#L1163
Obsolete member 'Span2D<T>.GetHashCode()' overrides non-obsolete member 'object.GetHashCode()'
|
|
Build:
src/Infidex/Internalized/CommunityToolkit/Span2D.cs#L1155
Obsolete member 'Span2D<T>.Equals(object?)' overrides non-obsolete member 'object.Equals(object?)'
|
|
Build:
src/Infidex/Internalized/CommunityToolkit/Span2D.cs#L1155
Obsolete member 'Span2D<T>.Equals(object?)' overrides non-obsolete member 'object.Equals(object?)'
|
Loading