GitIndexer 0.1.2

dotnet add package GitIndexer --version 0.1.2
NuGet\Install-Package GitIndexer -Version 0.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GitIndexer" Version="0.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GitIndexer --version 0.1.2
#r "nuget: GitIndexer, 0.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GitIndexer as a Cake Addin
#addin nuget:?package=GitIndexer&version=0.1.2

// Install GitIndexer as a Cake Tool
#tool nuget:?package=GitIndexer&version=0.1.2

Indexes source code from a .pdb files to a Git repository

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.2 1,867 11/26/2015
0.1.1 1,427 5/1/2015
0.1.0 1,902 2/24/2015

Intended to work with Visual Studio 2010 or higher. Debugging a assembly with indexed PDB, AND "Enable Source Server support" option enabled will give Visual Studio the ability to download missing source code from version control server.

This version should be able to work while with repositories which origin remote is a GitHub (github.com or on-premise instalation) public repository.

Source code must be at least staged for GitIndexer to index it.

     
Note: when you open Visual Studio without GitIndexer package on packages folders, and build it without prior restoring packges, NuGet will try to restore packages. But in this case, even when packages are successfully restored, GitIndexer targets will not be included during building. For C# projects, it will be included on next build attempt. For VB.NET and F#, it will require you to restart Visual Studio.

Because of that, GitIndexer will include on your project file a test on BeforeBuild target that will check whether GitIndexer targets hava been included on build, and will throw en error otherwise, describing what you will have to do to get it working based on your project type.