added dataframe integration #21
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
BrightData/Buffer/InMemoryBuffer.cs#L91
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
BrightData/Analysis/CastToDoubleNumericAnalysis.cs#L16
The field 'CastToDoubleNumericAnalysis<T>._count' is never used
|
build:
BrightData/Analysis/StaticAnalysers.cs#L26
Missing XML comment for publicly visible type or member 'StaticAnalysers.CreateNumericAnalyserCastToDouble<T>(uint)'
|
build:
BrightData/Buffer/Composite/ManagedCompositeBuffer.cs#L23
Parameter 'maxBlockSize' has no matching param tag in the XML comment for 'ManagedCompositeBuffer<T>.ManagedCompositeBuffer(CreateFromReadOnlyByteSpan<T>, IProvideByteBlocks?, int, int, uint?, uint?)' (but other parameters do)
|
build:
BrightData/Buffer/Composite/StringCompositeBuffer.cs#L20
Parameter 'maxBlockSize' has no matching param tag in the XML comment for 'StringCompositeBuffer.StringCompositeBuffer(IProvideByteBlocks?, int, int, uint?, uint?)' (but other parameters do)
|
build:
BrightData/ExtensionMethods.Buffers.cs#L374
XML comment has a typeparam tag for 'T', but there is no type parameter by that name
|
build:
BrightData/ExtensionMethods.cs#L917
Missing XML comment for publicly visible type or member 'ExtensionMethods.FindDistancesFromVectorsToQuery<T>(IReadOnlyVectorStore<T>, ReadOnlySpan<uint>, ReadOnlySpan<T>, DistanceMetric)'
|
build:
BrightData/ExtensionMethods.cs#L933
Missing XML comment for publicly visible type or member 'ExtensionMethods.ForEach<T>(IReadOnlyVectorStore<T>, IndexedSpanCallback<T>)'
|
build:
BrightData/ExtensionMethods.cs#L978
Missing XML comment for publicly visible type or member 'ExtensionMethods.KDTreeSearch<T>(IReadOnlyVectorStore<T>)'
|
build:
BrightData/ExtensionMethods.cs#L984
Missing XML comment for publicly visible type or member 'ExtensionMethods.BallTreeSearch<T>(IReadOnlyVectorStore<T>, DistanceMetric)'
|