TfsIndexer 1.1.0
See the version list below for details.
dotnet add package TfsIndexer --version 1.1.0
NuGet\Install-Package TfsIndexer -Version 1.1.0
<PackageReference Include="TfsIndexer" Version="1.1.0" />
paket add TfsIndexer --version 1.1.0
#r "nuget: TfsIndexer, 1.1.0"
// Install TfsIndexer as a Cake Addin #addin nuget:?package=TfsIndexer&version=1.1.0 // Install TfsIndexer as a Cake Tool #tool nuget:?package=TfsIndexer&version=1.1.0
Indexes source code from a .pdb files to a TFS Server
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.
Intended to work with Visual Studio 2012 or 2013. 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 does not depends upon F# Interactive anymore. Core indexeing routines has been moved to compiled MSBuild task. FSharp.Core.dll assembly is included in this package for convenience.
It will require connection to TFS Server during build (and will generate error otherwise).
Checked out files will NOT be indexed!