Skip to content

Re-modified readme.md #55

Re-modified readme.md

Re-modified readme.md #55

Triggered via push December 5, 2023 22:56
Status Success
Total duration 1m 54s
Artifacts

build.yml

on: push
Build and analyze
1m 42s
Build and analyze
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
Build and analyze: DataCalc.cs#L35
Loops should be simplified using the "Where" LINQ method
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#L248
'source.GroupBy(n => n).OrderByDescending(n => n.Count()).FirstOrDefault()' is null on at least one execution path.
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#L349
Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed.
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#L291
Remove this useless assignment to local variable 'resultMatrix'.