Is it possible to create a graph in Visual Studio Online to show encoder contributors?

The question is largely explained in the title. Was there a version control project in Visual Studio Online. Can I create a graph that shows the number of contributions and / or lines of code of one encoder compared to others? I know that I can do this with GitHub, but I cannot find it on VSO. This is a low priority question, so you donโ€™t have to break your back.

+6
source share
1 answer

Yes, you can, if normal, use tools outside of Visual Studio Online. Power BI supports VSO and can provide interesting deposit reports.

Power BI

The whole procedure is best described on MSDN . But here are the main points:

  • Choose Services - Visual Studio Online - Connect
  • Connect to your project
  • Power BI imports data

In addition, Scott Hanselman will post a .NET CoreCLR message and PowerBI may contain useful information.

Another option is to use standalone tools. If your source item is GIT repository, you can simply check the branch and run some analytics on it. For example, you can use TortoiseGit , and then select "Show Log" - statistics for the following graph:

TortoiseGIT Statistics

+6
source

All Articles