Skip to content

Feature09_Maintainability

Andrei Ignat edited this page Oct 6, 2024 · 1 revision

Maintainability index

Maintainability index for assembly, class, method

The program is showing the maintainability index of the assembly, class, and method. You should start with the method - it is the easy to analyze .

diagram

Also , you can see on which methods you should focus to refactor - the ones with the lowest maintainability.

https://learn.microsoft.com/en-us/visualstudio/code-quality/code-metrics-maintainability-index-range-and-meaning?view=vs-2022

Clone this wiki locally