Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 - "0 authors"

In VS2015 the line above each method or class definition, there's:

n references | m authors | q changes

where n,m,q are presumably independent unsigned integers

How do I get the author count to update from "0 authors" to 1?

like image 359
ina Avatar asked Mar 03 '26 02:03

ina


1 Answers

The information line on top of each method is a feature called Code Lens, introduced in Visual Studio 2013. You see authors and number of changes when you are working on a solution that has configured a Team Foundation Server or Git repository.

The authors tag lists every author that made changes each method and to the class. To rise the changes counter, modify the method and commit changes.

Open the Team Explorer tab on the SolutionExplorer to make a commit. https://i-msdn.sec.s-msft.com/dynimg/IC673340.png

After commiting you should see yourself as an author.

like image 115
someoneigna Avatar answered Mar 05 '26 01:03

someoneigna



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!