visual studio does not increase the lines of source code

LuisC

New member
Joined
Nov 11, 2023
Messages
2
Programming Experience
10+
visual studio 2019 does not increase the lines of source code, it seems as if the number of lines of code had stopped the calculation of code metrics, it stayed at 40529, although I continue adding lines of code and the project progresses. What's happening?
 
No idea what you're talking about. Please provide a FULL and CLEAR explanation of the problem.

Normally, in Visual Studio, there is an option in the main menu, which is -Analyze- and within that menu is the option -calculate Code metrics- in which Visual Studio shows, among other things, how many lines of source code it has the project.
This information is important.
Normally the number of lines of source code increases as lines of code are added in programming.
My problem is that this number of lines stopped and even though I increase the programming and add lines of code, the same number of lines of source code still appears in the code metrics

Screenshot_6.jpg


Screenshot_5.jpg
 

Attachments

  • Screenshot_5.jpg
    Screenshot_5.jpg
    9.6 KB · Views: 8
Last edited:
Back
Top