Skip to content

small refactor

small refactor #24

Triggered via push September 8, 2024 21:17
Status Success
Total duration 50s
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/ExtensionMethods.Buffers.cs#L650
The variable 'conversion' is declared but 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#L377
XML comment has a typeparam tag for 'T', but there is no type parameter by that name
build: BrightData/ExtensionMethods.Buffers.cs#L531
XML comment has a param tag for 'tempStreams', but there is no parameter by that name
build: BrightData/ExtensionMethods.Buffers.cs#L532
XML comment has a param tag for 'blockSize', but there is no parameter by that name
build: BrightData/ExtensionMethods.Buffers.cs#L533
XML comment has a param tag for 'maxBlockSize', but there is no parameter by that name
build: BrightData/ExtensionMethods.Buffers.cs#L534
XML comment has a param tag for 'maxInMemoryBlocks', but there is no parameter by that name