Skip to content

tidy up

tidy up #27

Triggered via push October 18, 2024 21:52
Status Success
Total duration 59s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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/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.Span.cs#L1665
Missing XML comment for publicly visible type or member 'ExtensionMethods.EuclideanNormalize<T>(ReadOnlySpan<T>)'
build: BrightData/ExtensionMethods.Span.cs#L1677
Missing XML comment for publicly visible type or member 'ExtensionMethods.ManhattanNormalize<T>(ReadOnlySpan<T>)'
build: BrightData/ExtensionMethods.TensorSegment.cs#L620
Missing XML comment for publicly visible type or member 'ExtensionMethods.NIndices<T, AT>(IReadOnlyNumericSegment<T>)'
build: BrightData/Helper/ThreadSafeHashSet.cs#L18
Missing XML comment for publicly visible type or member 'ThreadSafeHashSet<T>.~ThreadSafeHashSet()'
build: BrightData/LinearAlgebra/VectorIndexing/VectorSet.cs#L83
Missing XML comment for publicly visible type or member 'VectorSet<T>.CreateFromPreCalculatedEmbedding(IMatrix<T>, IVector<T>, DistanceMetric, VectorStorageType, uint?)'
build: BrightData/LinearAlgebra/VectorIndexing/VectorSet.cs#L220
XML comment has a param tag for 'distanceMetric', but there is no parameter by that name
build: BrightData/Types/FixedSizeSortedArray/FixedSizeSortedArrayTemplate.cs#L136
Missing XML comment for publicly visible type or member 'FixedSizeSortedAscending1Array<V, W>.ToString()'