rest-assured-net icon indicating copy to clipboard operation
rest-assured-net copied to clipboard

Add code quality / complexity analyser to project and pipeline

Open basdijkstra opened this issue 2 years ago • 1 comments

Next to the linting performed by StyleCop, it’s probably worthwhile to also keep track of code complexity and styling using a static code analyzer.

basdijkstra avatar Jul 22 '23 06:07 basdijkstra

This is an interesting option: https://swharden.com/blog/2023-03-05-dotnet-code-analysis/

But how to read / parse / use the results? What are the thresholds I want to use?

basdijkstra avatar Jan 16 '25 14:01 basdijkstra