added exponential distribution and vector graph - also refactored num… #10
Annotations
11 warnings
The following actions uses Node.js version which is deprecated 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/
|
BrightData/Buffer/InMemoryBuffer.cs#L74
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.
|
BrightData/Analysis/CastToDoubleNumericAnalysis.cs#L16
The field 'CastToDoubleNumericAnalysis<T>._count' is never used
|
BrightData/Buffer/Operations/Conversion/ConversionBase.cs#L17
Field 'ConversionBase<FT, T>._onComplete' is never assigned to, and will always have its default value null
|
BrightData/Analysis/StaticAnalysers.cs#L26
Missing XML comment for publicly visible type or member 'StaticAnalysers.CreateNumericAnalyserCastToDouble<T>(uint)'
|
BrightData/Interfaces.cs#L166
Missing XML comment for publicly visible type or member 'IStandardDeviationAnalysis<T>'
|
BrightData/Interfaces.cs#L168
Missing XML comment for publicly visible type or member 'IStandardDeviationAnalysis<T>.Mean'
|
BrightData/Interfaces.cs#L169
Missing XML comment for publicly visible type or member 'IStandardDeviationAnalysis<T>.SampleVariance'
|
BrightData/Interfaces.cs#L170
Missing XML comment for publicly visible type or member 'IStandardDeviationAnalysis<T>.PopulationVariance'
|
BrightData/Interfaces.cs#L171
Missing XML comment for publicly visible type or member 'IStandardDeviationAnalysis<T>.SampleStdDev'
|
BrightData/Interfaces.cs#L172
Missing XML comment for publicly visible type or member 'IStandardDeviationAnalysis<T>.PopulationStdDev'
|
This job succeeded
Loading