Visual Studio显示的每种方法的作者是什么意思? [英] What does the author of each method shown by Visual Studio mean?

查看:733
本文介绍了Visual Studio显示的每种方法的作者是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Visual Studio 2015显示了C#程序中每个方法的作者,例如

  2引用|汤姆,100天前| 1作者,1更改
私人无效MyMethod()
{
}



但是Tom说他没有写这个方法,Visual Studio在合并之后确定一个方法的作者似乎有问题。请注意,我们从Github上的存储库中进行推送。



那么Visual Studio显示的每种方法的作者意味着什么?

解决方案

它显示了最后一个对其进行更改的人。最初,这将是原作者。之后,谁是最后一次做出任何改变。


Visual Studio 2015 shows the author of each method in C# programs, for example

2 references | tom, 100 days ago | 1 author, 1 change
private void MyMethod()
{
}

But Tom said that he didn't write the method, and Visual Studio seemed to have a problem with determining the authors of a method after a merge. Note that we push and pull from a repository on Github.

So what does the author of each method shown by Visual Studio mean?

解决方案

It shows the last person to make any change to it. Initially, that would be the original author. After that, it's whoever last made any change.

这篇关于Visual Studio显示的每种方法的作者是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆