Reputation:
Many times when I just open a file in VS, it shows as changed in its TFS and if I do a compare with latest version, it shows nothing which is correct. What is it that it is changing upon opening and saving a file? ( both .XAML and .cs files) that marks them as dirty? So I can disable it
Upvotes: 0
Views: 437
Reputation: 3451
If you save a file, the Last Modified timestamp gets... well... modified. This is when most source control systems start to think the file is 'dirty'.
Upvotes: 1