TfsIndexer 1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package TfsIndexer --version 1.1.1
NuGet\Install-Package TfsIndexer -Version 1.1.1
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="TfsIndexer" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TfsIndexer --version 1.1.1
#r "nuget: TfsIndexer, 1.1.1"
#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 TfsIndexer as a Cake Addin
#addin nuget:?package=TfsIndexer&version=1.1.1

// Install TfsIndexer as a Cake Tool
#tool nuget:?package=TfsIndexer&version=1.1.1

Indexes source code from a .pdb files to a TFS Server

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
1.2.4 3,063 7/17/2014
1.2.3 1,151 4/24/2014
1.2.2 1,238 4/23/2014
1.2.0 1,363 4/3/2014
1.1.1 1,341 3/31/2014
1.1.0 1,289 3/22/2014
1.0.0 1,334 3/21/2014

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!

Version 1.1.1: Included test to check whether .pdb file actually on target directory. This will prevent error while trying to indexing non existing .pdb files during Web Site publish.