A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Hi @Sid Kraft ,
Thank you for reaching out, and I’m sorry if the previous explanation wasn’t clear enough.
A file is considered “dirty” when it contains unsaved changes in memory. Even a small change, such as adding a comment, will mark the file as dirty. In Visual Studio, this is indicated by an asterisk (*) next to the file name, showing that there are changes that haven’t been saved yet.
Once you save the file, this mark will disappear. Visual Studio will also prompt you to save any unsaved changes before you close the application.
As we discussed earlier, if you have already saved the file (for example, by pressing Ctrl + S or using the Save button) but notice that the file reverts to its previous state afterward, I suggest checking the file’s last modified timestamp to better understand what might be happening. You may also want to refer back to your previous question for more details.
I completely understand your concern, and please be assured that I’ll do my best to help you resolve this issue. If my answer was helpful, you can follow this guidance to provide some feedback. This also help another find the solution easier.