Skip to content

Update README.md

Update README.md #57

Triggered via push February 6, 2024 16:45
Status Success
Total duration 2m 34s
Artifacts

build.yml

on: push
Build and analyze
2m 21s
Build and analyze
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
Build and analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/setup-dotnet@v2, actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build and analyze: DataCalc.cs#L35
Loops should be simplified using the "Where" LINQ method
Build and analyze: DataCalc.cs#L248
'source.GroupBy(n => n).OrderByDescending(n => n.Count()).FirstOrDefault()' is null on at least one execution path.
Build and analyze: DataCalc.cs#L349
Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed.
Build and analyze: DataCalc.cs#L291
Remove this useless assignment to local variable 'resultMatrix'.
Build and analyze: DataCalc.cs#L35
Loops should be simplified using the "Where" LINQ method
Build and analyze: DataCalc.cs#L248
'source.GroupBy(n => n).OrderByDescending(n => n.Count()).FirstOrDefault()' is null on at least one execution path.
Build and analyze: DataCalc.cs#L349
Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed.
Build and analyze: DataCalc.cs#L291
Remove this useless assignment to local variable 'resultMatrix'.